Lines Matching defs:depth

27     size_t depth;
30 StackTrace GenStackTrace(size_t depth, uintptr_t base) {
31 assert(depth <= HEAP_PROFILER_MAX_DEPTH);
33 for (size_t i = 0; i < depth; ++i)
35 st.depth = depth;
48 for (uint32_t j = 0; j < st.depth; ++j) {
50 << "Stacktrace not matching @ depth " << j;
90 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
91 heap_profiler_alloc((void*)0x2000, 2048, st1.frames, st1.depth, 0);
103 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
104 heap_profiler_alloc((void*)0x2000, 2048, st2.frames, st2.depth, 0);
105 heap_profiler_alloc((void*)0x3000, 32, st1.frames, st1.depth, 0);
117 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
127 heap_profiler_alloc((void*)0, 32, st1.frames, st1.depth, 0);
128 heap_profiler_alloc((void*)0, 32, st1.frames, st1.depth, 0);
134 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
135 heap_profiler_alloc((void*)0x2000, 2048, st1.frames, st1.depth, 0);
136 heap_profiler_alloc((void*)0x3000, 32, st2.frames, st2.depth, 0);
137 heap_profiler_alloc((void*)0x4000, 64, st2.frames, st2.depth, 0);
152 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
153 heap_profiler_alloc((void*)0x2000, 2048, st1.frames, st1.depth, 0);
154 heap_profiler_alloc((void*)0x3000, 32, st2.frames, st2.depth, 0);
155 heap_profiler_alloc((void*)0x4000, 64, st2.frames, st2.depth, 0);
170 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
171 heap_profiler_alloc((void*)0x2000, 2048, st2.frames, st2.depth, 0);
183 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 0);
184 heap_profiler_alloc((void*)0x2000, 4096, st2.frames, st2.depth, 0);
197 heap_profiler_alloc((void*)0x1010, 1, st1.frames, st1.depth, 0);
198 heap_profiler_alloc((void*)0x1400, 2, st2.frames, st2.depth, 0);
199 heap_profiler_alloc((void*)0x1600, 5, st1.frames, st1.depth, 0);
200 heap_profiler_alloc((void*)0x9000, 4096, st2.frames, st2.depth, 0);
215 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
218 heap_profiler_alloc((void*)0x2000, 128, st2.frames, st2.depth, 0);
219 heap_profiler_alloc((void*)0x2400, 128, st2.frames, st2.depth, 0);
220 heap_profiler_alloc((void*)0x2f80, 128, st2.frames, st2.depth, 0);
223 heap_profiler_alloc((void*)0x3000, 1024, st3.frames, st3.depth, 0);
238 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 0);
239 heap_profiler_alloc((void*)0x2000, 4096, st1.frames, st1.depth, 0);
240 heap_profiler_alloc((void*)0x3000, 4096, st1.frames, st1.depth, 0);
241 heap_profiler_alloc((void*)0x4000, 4096, st1.frames, st1.depth, 0);
268 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 0);
269 heap_profiler_alloc((void*)0x2000, 4096, st2.frames, st2.depth, 0);
281 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 0);
282 heap_profiler_alloc((void*)0x2000, 4096, st2.frames, st2.depth, 0);
297 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
298 heap_profiler_alloc((void*)0x2000, 1024, st2.frames, st2.depth, 0);
299 heap_profiler_alloc((void*)0x3000, 1024, st3.frames, st3.depth, 0);
300 heap_profiler_alloc((void*)0x4000, 1024, st4.frames, st4.depth, 0);
326 heap_profiler_alloc((void*)start, size, s->frames, s->depth, 0);
346 (void*)(i * 4096), ((i + 1) * 32) % 4097, s->frames, s->depth, 0);
360 memcpy(many_frames, st1.frames, sizeof(uintptr_t) * st1.depth);
379 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
387 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 42);
388 heap_profiler_alloc((void*)0x2000, 4096, st1.frames, st1.depth, 142);
432 heap_profiler_alloc((void*)0x1000, 4096, st1.frames, st1.depth, 0);
434 (void*)0x7ffffffffffff000L, 4096, st2.frames, st2.depth, 0);
436 (void*)0xfffffffffffff000L, 4096, st3.frames, st3.depth, 0);