Searched refs:Unreserve (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dallocator.h222 // Unreserve |count| elements. This may be called in the event of failure, or if we
224 void Unreserve(size_t count);
/fuchsia/zircon/system/ulib/minfs/
H A Dallocator.cpp27 allocator_->Unreserve(reserved_);
129 void Allocator::Unreserve(size_t count) { function in class:minfs::Allocator

Completed in 15 milliseconds