Searched defs:AllocThreadUnsafe (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h42 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, function in class:art::gc::space::BumpPointerSpace
H A Dregion_space-inl.h34 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, function in class:art::gc::space::RegionSpace
H A Dvalgrind_malloc_space-inl.h146 kUseObjSizeForUsable>::AllocThreadUnsafe( function in class:art::gc::space::ValgrindMallocSpace
152 void* obj_with_rdz = S::AllocThreadUnsafe(self, num_bytes + 2 * kValgrindRedZoneBytes,

Completed in 56 milliseconds