Home
last modified time | relevance | path

Searched defs:GetFreeSize (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dprotected_memory_allocator.h68 vm_size_t GetFreeSize() { return pool_size_ - next_alloc_offset_; } in GetFreeSize() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp227 size_t GetFreeSize(void) const { return mMemory.mFreeSize; } in GetFreeSize() function in ot::Utils::Heap
/aosp_15_r20/system/extras/simpleperf/
H A DRecordReadThread.cpp38 size_t RecordBuffer::GetFreeSize() const { in GetFreeSize() function in simpleperf::RecordBuffer
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DHfsHandler.cpp213 UInt64 GetFreeSize() const { return (UInt64)NumFreeBlocks << BlockSizeLog; } in GetFreeSize() function