HomeSort by relevance Sort by last modified time
    Searched refs:MORECORE (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/allocator/
dlmalloc.cc 23 // ART specific morecore implementation defined in space.cc.
25 #define MORECORE(x) art_heap_morecore(m, x)
  /external/libffi/src/
dlmalloc.c 117 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 function that cannot handle negativ
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 117 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 function that cannot handle negativ
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 117 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 function that cannot handle negativ
    [all...]
  /external/dlmalloc/
malloc.c 129 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
134 MORECORE and MMAP are enabled. On Win32, it uses emulations
166 or actions surrounding MORECORE and MMAP that have times
353 MORECORE default: sbrk
355 memory. See below for guidance on writing custom MORECORE
356 functions. The type of the argument to sbrk/MORECORE varies across
365 If true, take advantage of fact that consecutive calls to MORECORE
373 True if MORECORE cannot release space back to the system when given
375 using a hand-crafted MORECORE function that cannot handle negative
380 returned by either MORECORE or CALL_MMAP. This disable
    [all...]

Completed in 361 milliseconds