Searched defs:allocator_ptr (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_space.cpp | 141 void *allocator_ptr, size_t current_free_bytes_in_space, in TryAllocPoolBase() 155 …llocPool(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, void *allocator_ptr) in TryAllocPool() 162 void *allocator_ptr, size_t current_free_bytes_in_space, in TryAllocArenaBase() 177 void *allocator_ptr) in TryAllocArena() 328 void *allocator_ptr) in AllocSharedPool() 337 …es::AllocAlonePoolForYoung(SpaceType space_type, AllocatorType allocator_type, void *allocator_ptr) in AllocAlonePoolForYoung() 348 void *allocator_ptr) in TryAllocPoolForYoung() 358 void *allocator_ptr) in TryAllocPoolForTenured() 366 void *allocator_ptr) in TryAllocPool() 372 … AllocatorType allocator_type, void *allocator_ptr) in TryAllocArenaForTenured() [all …]
|