Searched defs:block (Results 1 – 1 of 1) sorted by relevance
381 static size_t block_size(const block_header_t * block) in block_size()386 static void block_set_size(block_header_t * block, size_t size) in block_set_size()392 static int block_is_last(const block_header_t * block) in block_is_last()397 static int block_is_free(const block_header_t * block) in block_is_free()402 static void block_set_free(block_header_t * block) in block_set_free()407 static void block_set_used(block_header_t * block) in block_set_used()412 static int block_is_prev_free(const block_header_t * block) in block_is_prev_free()417 static void block_set_prev_free(block_header_t * block) in block_set_prev_free()422 static void block_set_prev_used(block_header_t * block) in block_set_prev_used()433 static void * block_to_ptr(const block_header_t * block) in block_to_ptr()[all …]