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

  /external/u-boot/include/
malloc.h 194 MORECORE (default: sbrk)
197 The value returned upon failure of MORECORE.
199 true (1) if the routine mapped to MORECORE zeroes out memory (which
320 #define MORECORE wsbrk
825 #define MORECORE (*__morecore)
837 #ifndef MORECORE
838 #define MORECORE sbrk
    [all...]
  /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/u-boot/common/
dlmalloc.src 196 MORECORE (default: sbrk)
199 The value returned upon failure of MORECORE.
201 true (1) if the routine mapped to MORECORE zeroes out memory (which
326 #define MORECORE wsbrk
822 #define MORECORE (*__morecore)
834 #ifndef MORECORE
835 #define MORECORE sbrk
    [all...]
dlmalloc.c     [all...]
  /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/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 522 milliseconds