Searched refs:from_usable_space (Results 1 – 4 of 4) sorted by relevance
30 return Block::from_usable_space(this); in block()34 LIBC_INLINE Block *block() { return Block::from_usable_space(this); } in block()
135 Block *block = Block::from_usable_space(bytes); in free()175 Block *block = Block::from_usable_space(bytes); in realloc()
15 LIBC_ASSERT(Block::from_usable_space(node)->outer_size() == in push()
117 LIBC_INLINE static Block *from_usable_space(void *usable_space) { in from_usable_space() function121 LIBC_INLINE static const Block *from_usable_space(const void *usable_space) { in from_usable_space() function