Searched refs:high_size (Results 1 – 1 of 1) sorted by relevance
64 uint32_t high_size = 0; in umem_malloc() local74 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() local211 ret->malloc_size = high_size; in memalign()213 high_size); in memalign()287 size_t high_size; in process_free() local290 high_size = buf->malloc_size; in process_free()[all …]