Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtls.c108 libc_malloc_aligned(size_t size, size_t align) in libc_malloc_aligned() function
259 tls_block = libc_malloc_aligned(tls_block_size, maxalign); in __libc_allocate_tls()
339 tls = libc_malloc_aligned(size + tcbsize, tcbalign); in __libc_allocate_tls()