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

  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /system/core/libcutils/
mspace.c 42 * to always use MORECORE(). It won't expect the
49 /* m is always the appropriate local when MORECORE() is called. */
50 #define MORECORE(S) contiguous_mspace_morecore(m, S)
166 /* Use some space for the information that our MORECORE needs.
  /bionic/libc/bionic/
dlmalloc.c 144 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
149 MORECORE and MMAP are enabled. On Win32, it uses emulations
181 or actions surrounding MORECORE and MMAP that have times
318 MORECORE default: sbrk
320 memory. See below for guidance on writing custom MORECORE
321 functions. The type of the argument to sbrk/MORECORE varies across
329 version of MORECORE.
332 If true, take advantage of fact that consecutive calls to MORECORE
340 True if MORECORE cannot release space back to the system when given
342 using a hand-crafted MORECORE function that cannot handle negativ
    [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/qemu/distrib/sdl-1.2.12/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 1634 milliseconds