Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Dxmalloc.c78 xmalloc_aligned(size_t size, size_t align, size_t offset) in xmalloc_aligned() function
H A Drtld.h389 void *xmalloc_aligned(size_t size, size_t align, size_t offset);
H A Drtld.c5323 tls_block = xmalloc_aligned(tls_block_size, maxalign, 0); in allocate_tls()
5419 tls = xmalloc_aligned(size, ralign, 0 /* XXX */); in allocate_tls()
5539 p = xmalloc_aligned(obj->tlssize, obj->tlsalign, obj->tlspoffset); in allocate_module_tls()