Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp106 uptr UsedSize() const { in UsedSize() function in __asan::ChunkHeader
921 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } UsedSize() function in __asan::AsanChunkView
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp60 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp143 uptr UsedSize() { UsedSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2260 unsigned UsedSize; getWinEHFuncletFrameSize() local