Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc-debug.c307 size_t rounded_bytes; in strong_alias() local
315 &rounded_bytes))) in strong_alias()
320 rounded_bytes = rounded_bytes & -(pagesize - 1); in strong_alias()
322 return _debug_mid_memalign (pagesize, rounded_bytes, RETURN_ADDRESS (0)); in strong_alias()
Dmalloc.c3603 size_t rounded_bytes; in __libc_pvalloc() local
3607 &rounded_bytes))) in __libc_pvalloc()
3612 rounded_bytes = rounded_bytes & -(pagesize - 1); in __libc_pvalloc()
3614 return _mid_memalign (pagesize, rounded_bytes, address); in __libc_pvalloc()