OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MORECORE
(Results
1 - 8
of
8
) 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/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
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.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
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
119
System requirements: Any combination of
MORECORE
and/or MMAP/MUNMAP
124
MORECORE
and MMAP are enabled. On Win32, it uses emulations
156
or actions surrounding
MORECORE
and MMAP that have times
316
MORECORE
default: sbrk
318
memory. See below for guidance on writing custom
MORECORE
319
functions. The type of the argument to sbrk/
MORECORE
varies across
328
If true, take advantage of fact that consecutive calls to
MORECORE
336
True if
MORECORE
cannot release space back to the system when given
338
using a hand-crafted
MORECORE
function that cannot handle negative
343
returned by either
MORECORE
or CALL_MMAP. This disables
[
all
...]
Completed in 349 milliseconds