Home
last modified time | relevance | path

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

/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c127 size_t size, size_t *rounded_up_out, int adjust, int increment) { in size_to_index_helper() argument
131 *rounded_up_out = sizeof(free_t) - sizeof(header_t); in size_to_index_helper()
133 *rounded_up_out = size; in size_to_index_helper()
158 *rounded_up_out = size; in size_to_index_helper()
168 static int size_to_index_allocating(size_t size, size_t *rounded_up_out) { in size_to_index_allocating() argument
170 return size_to_index_helper(rounded, rounded_up_out, -8, 1); in size_to_index_allocating()

Completed in 3 milliseconds