Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.cpp24 #define LOG_TLAB_ALLOCATOR(level) LOG(level, ALLOC) << "TLAB: " macro
31 LOG_TLAB_ALLOCATOR(DEBUG) << "Construct a new TLAB at addr " << std::hex << address << " with size " << std::dec in TLAB()
42 LOG_TLAB_ALLOCATOR(DEBUG) << "Fill a TLAB with buffer at addr " << std::hex << address << " with size " << std::dec in Fill()
48 LOG_TLAB_ALLOCATOR(DEBUG) << "Destroy a TLAB at addr " << std::hex << memoryStartAddr_ << " with size " << std::dec in ~TLAB()
54 LOG_TLAB_ALLOCATOR(DEBUG) << "Destroy the TLAB at addr " << std::hex << this; in Destroy()
69 LOG_TLAB_ALLOCATOR(DEBUG) << "Alloc size = " << size << " at addr = " << ret; in Alloc()
75 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjects started"; in IterateOverObjects()
84 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjects finished"; in IterateOverObjects()
90 LOG_TLAB_ALLOCATOR(DEBUG) << "IterateOverObjectsInRange started"; in IterateOverObjectsInRange()
107 LOG_TLAB_ALLOCATOR(DEBU in IterateOverObjectsInRange()
121 #undef LOG_TLAB_ALLOCATOR global() macro
[all...]
H A Dtlab.h26 #define LOG_TLAB_ALLOCATOR(level) LOG(level, ALLOC) << "TLAB: " macro
176 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove started"; in CollectAndMove()
180 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove found alive object with addr " << objectHeader; in CollectAndMove()
184 LOG_TLAB_ALLOCATOR(DEBUG) << "CollectAndMove finished"; in CollectAndMove()
294 #undef LOG_TLAB_ALLOCATOR macro

Completed in 1 milliseconds