Home
last modified time | relevance | path

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

/ark/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp25 void BaseMemStats::RecordAllocateRaw(size_t size, SpaceType type_mem) in RecordAllocateRaw()
31 void BaseMemStats::RecordAllocate(size_t size, SpaceType type_mem) in RecordAllocate()
37 void BaseMemStats::RecordMoved(size_t size, SpaceType type_mem) in RecordMoved()
45 void BaseMemStats::RecordFreeRaw(size_t size, SpaceType type_mem) in RecordFreeRaw()
51 void BaseMemStats::RecordFree(size_t size, SpaceType type_mem) in RecordFree()
/ark/runtime_core/runtime/mem/
Dalloc_config.h40 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc()
45 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree()
129 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc()
134 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree()
184 static void OnAlloc(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnAlloc()
190 static void OnFree(size_t size, SpaceType type_mem, MemStatsType *mem_stats) in OnFree()
232 static void OnAlloc([[maybe_unused]] size_t size, [[maybe_unused]] SpaceType type_mem, in OnAlloc()
237 static void OnFree([[maybe_unused]] size_t size, [[maybe_unused]] SpaceType type_mem, in OnFree()
320 …LWAYS_INLINE static void OnAlloc([[maybe_unused]] size_t size, [[maybe_unused]] SpaceType type_mem, in OnAlloc()
324 …ALWAYS_INLINE static void OnFree([[maybe_unused]] size_t size, [[maybe_unused]] SpaceType type_mem, in OnFree()
Dmem_stats.cpp28 void MemStats<T>::RecordAllocateObject(size_t size, SpaceType type_mem) in RecordAllocateObject()
40 void MemStats<T>::RecordMovedObjects(size_t total_object_num, size_t size, SpaceType type_mem) in RecordMovedObjects()
52 void MemStats<T>::RecordFreeObject(size_t object_size, SpaceType type_mem) in RecordFreeObject()
64 …mStats<T>::RecordFreeObjects(size_t total_object_num, size_t total_object_size, SpaceType type_mem) in RecordFreeObjects()