OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mspace_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/space/
dlmalloc_space-inl.h
41
mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(
mspace_
, num_bytes));
dlmalloc_space.cc
124
lock_("allocation space lock", kAllocSpaceLock),
mspace_
(mspace),
257
mspace_set_footprint_limit(
mspace_
, max_allowed);
261
size_t footprint = mspace_footprint(
mspace_
);
262
mspace_set_footprint_limit(
mspace_
, footprint);
361
mspace_free(
mspace_
, ptr);
405
mspace_bulk_free(
mspace_
, reinterpret_cast<void**>(ptrs), num_ptrs);
459
mspace_trim(
mspace_
, 0);
462
mspace_inspect_all(
mspace_
, DlmallocMadviseCallback, &reclaimed);
469
mspace_inspect_all(
mspace_
, callback, arg);
475
return mspace_footprint(
mspace_
);
[
all
...]
dlmalloc_space.h
74
return
mspace_
;
186
void* const
mspace_
;
member in class:art::gc::space::DlMallocSpace
Completed in 42 milliseconds