Searched refs:AllocWithoutGrowthLocked (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ |
D | dlmalloc_space-inl.h | 35 obj = AllocWithoutGrowthLocked(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtual() 54 inline mirror::Object* DlMallocSpace::AllocWithoutGrowthLocked( in AllocWithoutGrowthLocked() function
|
D | dlmalloc_space.h | 147 mirror::Object* AllocWithoutGrowthLocked(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | dlmalloc_space.cc | 138 result = AllocWithoutGrowthLocked(self, num_bytes, bytes_allocated, usable_size, in AllocWithGrowth()
|