Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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