Home
last modified time | relevance | path

Searched defs:UsedSize (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc111 uptr UsedSize(bool locked_version = false) { in UsedSize() function
661 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp98 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace()