Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp36 struct FreeInfo { struct
37 uint32_t tag = 0;
38 uint32_t alloc_id = 0;
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.h183 explicit FreeInfo(uint32_t alloc_id) : alloc_id_(alloc_id) {} in FreeInfo() function