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

  /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/chromium_org/v8/test/mjsunit/
unicode-test.js     [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...]
  /bionic/libc/upstream-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 180 milliseconds