Searched defs:AllocateLocal (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.h | 154 … [[nodiscard]] void *AllocateLocal([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align, in AllocateLocal() function
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator.h | 462 …[[nodiscard]] void *AllocateLocal(size_t size, Alignment align, [[maybe_unused]] panda::ManagedThr… in AllocateLocal() function 698 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() function 866 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() function
|
| /arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.h | 141 [[nodiscard]] void *AllocateLocal(size_t /* size */, Alignment /* align */, in AllocateLocal() function
|