Searched defs:AllocInfo (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
D | alloc_tracker_test.cpp | 28 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/ |
D | alloc_tracker_test.cpp | 28 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/ |
D | alloc_tracker.h | 97 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/ |
D | alloc_tracker.h | 100 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/ |
D | memdump.py | 59 class AllocInfo: class
|
/arkcompiler/runtime_core/static_core/scripts/ |
D | memdump.py | 59 class AllocInfo: class
|