Home
last modified time | relevance | path

Searched refs:AllocatedMemory (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp284 stats.mem_block = block_alloc_.AllocatedMemory(); in GetMemoryStats()
285 stats.sync_obj = sync_alloc_.AllocatedMemory(); in GetMemoryStats()
H A Dtsan_dense_alloc.h96 uptr AllocatedMemory() const { in AllocatedMemory() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.cpp274 stats.mem_block = block_alloc_.AllocatedMemory(); in GetMemoryStats()
275 stats.sync_obj = sync_alloc_.AllocatedMemory(); in GetMemoryStats()
H A Dtsan_dense_alloc.h103 uptr AllocatedMemory() const { in AllocatedMemory() function