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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c35 * malloc_data_t is an 8-byte structure which is located "before" the pointer
49 } malloc_data_t; typedef in typeref:struct:malloc_data
68 malloc_data_t *ret;
69 size = size_arg + sizeof (malloc_data_t);
73 size += sizeof (malloc_data_t);
81 ret = (malloc_data_t *)_umem_alloc(size, UMEM_DEFAULT);
155 malloc_data_t *ret;
172 overhead = 2 * sizeof (malloc_data_t);
174 overhead = sizeof (malloc_data_t);
204 ret = (malloc_data_t *)bu
[all...]

Completed in 59 milliseconds