Searched refs:aligned_usize_get (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2299 aligned_usize_get(size_t size, size_t alignment, size_t *usize, szind_t *ind, in aligned_usize_get() function 2514 if (aligned_usize_get(size, dopts->alignment, &usize, &ind, in imalloc_body() 3528 if (aligned_usize_get(size, alignment, &usize, NULL, false)) { in do_rallocx() 3713 if (aligned_usize_get(size + extra, alignment, &usize_max, NULL, in ixallocx_prof() 3909 aligned_usize_get(size, MALLOCX_ALIGN_GET(flags), &usize, NULL, false); in inallocx() 4154 if (aligned_usize_get(size, alignment, &usize, NULL, false)) { in batch_alloc()
|