Searched refs:allocated_size (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/scripts/ |
D | memdump.py | 64 self.allocated_size = 0 70 self.allocated_size += size 76 self.allocated_size -= size 116 data, key=lambda info: (info.allocated_size, len(info.sizes)), 232 if not live_allocs or (live_allocs and info.allocated_size > 0): 234 info.allocated_size, len(info.sizes),
|
/arkcompiler/runtime_core/static_core/scripts/ |
D | memdump.py | 64 self.allocated_size = 0 70 self.allocated_size += size 76 self.allocated_size -= size 116 data, key=lambda info: (info.allocated_size, len(info.sizes)), 232 if not live_allocs or (live_allocs and info.allocated_size > 0): 234 info.allocated_size, len(info.sizes),
|
/arkcompiler/runtime_core/compiler/optimizer/ |
D | pass_manager_statistics.cpp | 77 size_t allocated_size = graph_->GetAllocator()->GetAllocatedSize(); in ProcessBeforeRun() local 84 ASSERT(allocated_size >= last_allocated_ir_); in ProcessBeforeRun() 86 top_pass->mem_used_ir += allocated_size - last_allocated_ir_; in ProcessBeforeRun()
|