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

/osnet-11/usr/src/lib/libumem/common/
H A Dmalloc.c54 uint32_t high_size = 0; local
64 high_size = (size >> 32);
79 } else if (high_size > 0) {
86 ret->malloc_size = high_size;
87 ret->malloc_stat = UMEM_MALLOC_ENCODE(MALLOC_MAGIC, high_size);
199 uint32_t high_size = (uint32_t)(size >> 32); local
201 ret->malloc_size = high_size;
203 high_size);
277 size_t high_size; local
280 high_size
306 size_t high_size; local
[all...]

Completed in 21 milliseconds