Home
last modified time | relevance | path

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

/malloc/
A 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()
A Dmalloc.c3608 size_t rounded_bytes; in __libc_pvalloc() local
3612 &rounded_bytes))) in __libc_pvalloc()
3617 rounded_bytes = rounded_bytes & -(pagesize - 1); in __libc_pvalloc()
3619 return _mid_memalign (pagesize, rounded_bytes, address); in __libc_pvalloc()

Completed in 14 milliseconds