Searched defs:AllocThreadUnsafe (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/space/ |
D | bump_pointer_space-inl.h | 42 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
|
D | rosalloc_space.h | 57 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
|
D | memory_tool_malloc_space-inl.h | 144 kUseObjSizeForUsable>::AllocThreadUnsafe( in AllocThreadUnsafe() function
|
D | region_space-inl.h | 35 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
|
D | space.h | 219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
|