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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c64 uint32_t high_size = 0; local
74 high_size = (size >> 32);
89 } else if (high_size > 0) {
96 ret->malloc_size = high_size;
97 ret->malloc_stat = UMEM_MALLOC_ENCODE(MALLOC_MAGIC, high_size);
209 uint32_t high_size = (uint32_t)(size >> 32); local
211 ret->malloc_size = high_size;
213 high_size);
287 size_t high_size; local
290 high_size
316 size_t high_size; local
[all...]

Completed in 58 milliseconds