Lines Matching refs:mallocsz
3933 * |/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;
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]++;