Home | History | Annotate | Download | only in docs

Lines Matching full:000

350   1          1,008            1,008            1,000             8            0
351 2 2,016 2,016 2,000 16 0
352 3 3,024 3,024 3,000 24 0
353 4 4,032 4,032 4,000 32 0
354 5 5,040 5,040 5,000
355 6 6,048 6,048 6,000 48 0
356 7 7,056 7,056 7,000 56 0
357 8 8,064 8,064 8,000 64 0
405 9 9,072 9,072 9,000 72 0
406 99.21% (9,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
407 ->99.21% (9,000B) 0x804841A: main (example.c:20)
413 functions, and so all 9,000 useful bytes (which is 99.21% of all allocated
426 10 10,080 10,080 10,000 80 0
427 11 12,088 12,088 12,000 88 0
428 12 16,096 16,096 16,000 96 0
429 13 20,104 20,104 20,000 104 0
430 14 20,104 20,104 20,000 104 0
431 99.48% (20,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
432 ->49.74% (10,000B) 0x804841A: main (example.c:20)
434 ->39.79% (8,000B) 0x80483C2: g (example.c:5)
435 | ->19.90% (4,000B) 0x80483E2: f (example.c:11)
436 | | ->19.90% (4,000B) 0x8048431: main (example.c:23)
438 | ->19.90% (4,000B) 0x8048436: main (example.c:25)
440 ->09.95% (2,000B) 0x80483DA: f (example.c:10)
441 ->09.95% (2,000B) 0x8048431: main (example.c:23)
446 is taken. Its allocation tree shows that 20,000B of useful heap memory has
448 different code locations: line 20, which is responsible for 10,000B
449 (49.74%); line 5, which is responsible for 8,000B (39.79%); and line 10,
450 which is responsible for 2,000B (9.95%).</para>
453 of the 8,000B asked for by line 5, half of it was due to a call from line
472 For example, the first entry has size 20,000B, and its children have sizes
473 10,000B, 8,000B, and 2,000B. In general, this invariant almost always
496 15 21,112 19,096 19,000 96 0
497 16 22,120 18,088 18,000 88 0
498 17 23,128 17,080 17,000 80 0
499 18 24,136 16,072 16,000 72 0
500 19 25,144 15,064 15,000 64 0
501 20 26,152 14,056 14,000 56 0
502 21 27,160 13,048 13,000 48 0
503 22 28,168 12,040 12,000 40 0
504 23 29,176 11,032 11,000 32 0
505 24 30,184 10,024 10,000 24 0
506 99.76% (10,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
507 ->79.81% (8,000B) 0x80483C2: g (example.c:5)
508 | ->39.90% (4,000B) 0x80483E2: f (example.c:11)
509 | | ->39.90% (4,000B) 0x8048431: main (example.c:23)
511 | ->39.90% (4,000B) 0x8048436: main (example.c:25)
513 ->19.95% (2,000B) 0x80483DA: f (example.c:10)
514 | ->19.95% (2,000B) 0x8048431: main (example.c:23)