Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h44 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
62 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
81 uptr class_size; member
94 c->class_size = size; in InitCache()
170 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
184 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
209 uptr class_size; member
225 c->class_size = size; in InitCache()