Searched refs:xmalloc_aligned (Results 1 – 3 of 3) sorted by relevance
| /src/libexec/rtld-elf/ |
| H A D | xmalloc.c | 78 xmalloc_aligned(size_t size, size_t align, size_t offset) in xmalloc_aligned() function
|
| H A D | rtld.h | 387 void *xmalloc_aligned(size_t size, size_t align, size_t offset);
|
| H A D | rtld.c | 5517 tls_block = xmalloc_aligned(tls_block_size, maxalign, 0); in allocate_tls() 5625 tls_block = xmalloc_aligned(size, ralign, 0 /* XXX */); in allocate_tls() 5751 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset); in allocate_module_tls()
|