Searched defs:MORECORE (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c117 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
122 MORECORE and MMAP are enabled. On Win32, it uses emulations
154 or actions surrounding MORECORE and MMAP that have times
291 MORECORE default: sbrk
293 memory. See below for guidance on writing custom MORECORE
294 functions. The type of the argument to sbrk/MORECORE varies across
302 version of MORECORE.
305 If true, take advantage of fact that consecutive calls to MORECORE
313 True if MORECORE cannot release space back to the system when given
315 using a hand-crafted MORECORE functio
548 #define MORECORE macro
[all...]

Completed in 76 milliseconds