Home
last modified time | relevance | path

Searched refs:MallocProxyAllocator (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/runtime/mem/
Dmalloc-proxy-allocator.h38 class MallocProxyAllocator {
40 NO_COPY_SEMANTIC(MallocProxyAllocator);
41 NO_MOVE_SEMANTIC(MallocProxyAllocator);
43 …explicit MallocProxyAllocator(MemStatsType *mem_stats, SpaceType type_allocation = SpaceType::SPAC…
48 ~MallocProxyAllocator();
Dmalloc-proxy-allocator-inl.h33 MallocProxyAllocator<AllocConfigT>::~MallocProxyAllocator() in ~MallocProxyAllocator()
39 void *MallocProxyAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc()
66 void MallocProxyAllocator<AllocConfigT>::Free(void *mem) in Free()
Dinternal_allocator.h40 class MallocProxyAllocator; variable
159 using MallocProxyAllocatorT = MallocProxyAllocator<InternalAllocConfigT>;
/ark/runtime_core/runtime/tests/
Dmalloc-proxy-allocator-test.cpp25 using MallocProxyNonObjectAllocator = MallocProxyAllocator<EmptyAllocConfigWithCrossingMap>;
Dmem_stats_test.cpp69 using MallocProxyNonObjectAllocator = MallocProxyAllocator<RawMemoryConfig>;