Searched defs:mallocsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3933 * |/tag///| mallocsz |/round-off/////|/debug info////|
3937 * mallocsz is the argument to malloc(3C).
3950 * |/size//|/stat//| mallocsz ...
3957 * |/padding///////|/size//|/stat//| mallocsz ...
3962 * The "size" field is "malloc_size", which is mallocsz + the padding.
3973 size_t mallocsz; local
3994 mallocsz = md.malloc_size - overhead;
3997 ump->um_malloc_size += mallocsz;
4004 if (ump->um_bucket != NULL && mallocsz <= UMI_MAX_BUCKET)
4005 ump->um_bucket[mallocsz]
[all...]

Completed in 71 milliseconds