Home
last modified time | relevance | path

Searched refs:alloc_id (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp38 uint32_t alloc_id = 0; member
121 ASSERT_EQ(0, free.alloc_id); in TEST()
/arkcompiler/runtime_core/scripts/
H A Dmemdump.py198 alloc_id = struct.unpack("I", file.read(4))[0]
199 res = id2alloc.pop(alloc_id, None)
/arkcompiler/runtime_core/static_core/scripts/
H A Dmemdump.py198 alloc_id = struct.unpack("I", file.read(4))[0]
199 res = id2alloc.pop(alloc_id, None)
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.h184 explicit FreeInfo(uint32_t alloc_id) : alloc_id_(alloc_id) {} in FreeInfo() argument

Completed in 4 milliseconds