Searched refs:hblkhd (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/android/src/
H A Dje_mallinfo.c33 mi.hblkhd += arenas[i]->stats.mapped;
48 mi.fordblks = mi.hblkhd - mi.uordblks;
49 mi.usmblks = mi.hblkhd;
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.c26 printf("%10d int hblkhd; /* space in mmapped regions */\n", mallinfo_result.hblkhd);
84 // Under valgrind, hblkhd is 0 : all the space is in arena.
85 // Under native linux, some space is counted hblkhd.
88 if (mallinfo_result.arena + mallinfo_result.hblkhd > 3 * bigsize)
91 + (unsigned long) mallinfo_result.hblkhd);
H A Dmallinfo.c25 printf("hblkhd = %d\n", mi.hblkhd); /* space in mmapped regions */
36 used = mi.uordblks + mi.hblkhd;
55 if ((mi.hblks == 0) != (mi.hblkhd == 0))
/external/chromium_org/content/child/
H A Dcontent_child_helpers.cc25 (minfo.hblkhd + minfo.arena)
/external/valgrind/main/coregrind/
H A Dpub_core_mallocfree.h94 int hblkhd; /* total space in mmapped regions */ member in struct:vg_mallinfo
H A Dm_mallocfree.c2189 // int hblkhd; /* space in holding block headers */
2227 // have a separate mmap allocator so set hblks & hblkhd to 0.
2232 mi->hblkhd = 0;
/external/e2fsprogs/resize/
H A Dresource_track.c83 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
/external/e2fsprogs/e2fsck/
H A Dutil.c396 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c666 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */ member in struct:mallinfo
836 hblkhd: total bytes held in mmapped regions
2857 nm.hblkhd = m->footprint - sum;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5632 int hblkhd; member in struct:mallinfo

Completed in 125 milliseconds