Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap.cc47 Block* chunk_block = Block::FromUsableSpace(chunk.data()); in Allocate()
75 Block* chunk_block = Block::FromUsableSpace(bytes); in Free()
134 Block* chunk_block = Block::FromUsableSpace(bytes); in Realloc()
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock.h104 static Block* FromUsableSpace(std::byte* usable_space) { in FromUsableSpace() function