Home
last modified time | relevance | path

Searched refs:AllocWithoutGrowthLocked (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space-inl.h35 obj = AllocWithoutGrowthLocked(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtual()
54 inline mirror::Object* DlMallocSpace::AllocWithoutGrowthLocked( in AllocWithoutGrowthLocked() function
Ddlmalloc_space.h147 mirror::Object* AllocWithoutGrowthLocked(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Ddlmalloc_space.cc138 result = AllocWithoutGrowthLocked(self, num_bytes, bytes_allocated, usable_size, in AllocWithGrowth()