Home
last modified time | relevance | path

Searched defs:alloc_id (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.h184 explicit FreeInfo(uint32_t alloc_id) : alloc_id_(alloc_id) {} in FreeInfo()
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp38 uint32_t alloc_id = 0; member