Home
last modified time | relevance | path

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

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