OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MORECORE
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/allocator/
dlmalloc.cc
22
// ART specific
morecore
implementation defined in space.cc.
24
#define
MORECORE
(x) art_heap_morecore(m, x)
/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 88 milliseconds