Home
last modified time | relevance | path

Searched refs:ENTRY_HDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp31 static constexpr size_t ENTRY_HDR_SIZE = sizeof(int32_t); member
120 if (cur_arena_.size() >= ENTRY_HDR_SIZE) { in AllocArena()
152 if (cur_arena_.size() >= ENTRY_HDR_SIZE) { in Dump()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.cpp31 static constexpr size_t ENTRY_HDR_SIZE = sizeof(int32_t); member
120 if (curArena_.size() >= ENTRY_HDR_SIZE) { in AllocArena()
152 if (curArena_.size() >= ENTRY_HDR_SIZE) { in Dump()

Completed in 2 milliseconds