OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mspace_set_footprint_limit
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/space/
dlmalloc_space.cc
121
mspace_set_footprint_limit
(msp, initial_size);
136
mspace_set_footprint_limit
(mspace_, max_allowed);
142
mspace_set_footprint_limit
(mspace_, footprint);
261
mspace_set_footprint_limit
(mspace_, new_size);
/external/dlmalloc/
malloc.h
610
size_t
mspace_set_footprint_limit
(mspace msp, size_t bytes);
malloc.c
5970
size_t
mspace_set_footprint_limit
(mspace msp, size_t bytes) {
function
[
all
...]
/system/core/libpixelflinger/codeflinger/
CodeCache.cpp
96
mspace_set_footprint_limit
(gMspace, kMaxCodeCacheCapacity);
/art/runtime/jit/
jit_code_cache.cc
[
all
...]
Completed in 149 milliseconds