Home | History | Annotate | Download | only in heap_profiler

Lines Matching defs:allocs

19 // 1) A RB-Tree of non-overlapping VM regions (allocs) sorted by their start
28 // |Alloc1| |Alloc2| |Alloc3| <- Allocs (a RB-Tree underneath)
42 // static pools (i.e. stack_traces and allocs). The pools are treated as
149 // + Allocs RB-tree +
153 static Alloc allocs[ALLOCS_ENTRIES_MAX];
180 alloc = &allocs[stats->max_allocs];
196 // Deletes all the allocs in the range [addr, addr+size[ dealing with partial
231 // Now scan the allocs linearly deleting chunks (or eventually whole allocs)
267 // still overlap with the next allocs.
376 stats->allocs = &allocs[0];
390 memset(allocs, 0, sizeof(Alloc) * stats->max_allocs);