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

  /dalvik/vm/alloc/
DlMalloc.cpp 22 /* Dalvik specific morecore implementation defined in HeapSource.cpp. */
23 #define MORECORE(x) dvmHeapSourceMorecore(m, x)
  /art/runtime/gc/allocator/
dlmalloc.cc 21 // ART specific morecore implementation defined in space.cc.
22 #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/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 153 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
158 MORECORE and MMAP are enabled. On Win32, it uses emulations
190 or actions surrounding MORECORE and MMAP that have times
327 MORECORE default: sbrk
329 memory. See below for guidance on writing custom MORECORE
330 functions. The type of the argument to sbrk/MORECORE varies across
338 version of MORECORE.
341 If true, take advantage of fact that consecutive calls to MORECORE
349 True if MORECORE cannot release space back to the system when given
351 using a hand-crafted MORECORE function that cannot handle negativ
    [all...]

Completed in 35 milliseconds