Home
last modified time | relevance | path

Searched defs:AllocInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp28 struct AllocInfo { struct
29 uint32_t tag = 0;
30 uint32_t id = 0;
31 uint32_t size = 0;
32 uint32_t space = 0;
33 uint32_t stacktrace_id = 0;
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dalloc_tracker_test.cpp28 struct AllocInfo { struct
29 uint32_t tag = 0;
30 uint32_t id = 0;
31 uint32_t size = 0;
32 uint32_t space = 0;
33 uint32_t stacktraceId = 0;
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.h97 AllocInfo(size_t allocNumber, size_t size) : allocNumber_(allocNumber), size_(size) {} in AllocInfo() function
141 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktraceId) in AllocInfo() function
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.h100 AllocInfo(size_t alloc_number, size_t size) : alloc_number_(alloc_number), size_(size) {} in AllocInfo() function
144 AllocInfo(uint32_t id, uint32_t size, uint32_t space, uint32_t stacktrace_id) in AllocInfo() function
/arkcompiler/runtime_core/scripts/
Dmemdump.py59 class AllocInfo: class
/arkcompiler/runtime_core/static_core/scripts/
Dmemdump.py59 class AllocInfo: class