Searched defs:block (Results 1 – 1 of 1) sorted by relevance
382 static size_t block_size(const block_header_t * block) in block_size()387 static void block_set_size(block_header_t * block, size_t size) in block_set_size()393 static int block_is_last(const block_header_t * block) in block_is_last()398 static int block_is_free(const block_header_t * block) in block_is_free()403 static void block_set_free(block_header_t * block) in block_set_free()408 static void block_set_used(block_header_t * block) in block_set_used()413 static int block_is_prev_free(const block_header_t * block) in block_is_prev_free()418 static void block_set_prev_free(block_header_t * block) in block_set_prev_free()423 static void block_set_prev_used(block_header_t * block) in block_set_prev_used()434 static void * block_to_ptr(const block_header_t * block) in block_to_ptr()[all …]