Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dbump_allocator_test.cpp74 …void AllocInCommonBuffer(NonObjectBumpAllocator<true> &allocator, std::array<AllocType *, ELEMENTS… in AllocInCommonBuffer()
84 void AllocInTLAB(TLAB *tlab, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInTLAB()
94 void CheckAlloc(std::array<AllocType *, ELEMENTS_COUNT> &elements) in CheckAlloc()
157 using AllocType = uint64_t; in TEST_F() typedef
/arkcompiler/ets_runtime/common_components/common/
Dtype_def.h44 enum class AllocType { enum
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h65 using AllocType = RunSlotsAllocator<ObjectAllocConfig>; variable