HomeSort by: relevance | last modified time | path
    Searched defs:class_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 51 stats_.Add(AllocatorStatAllocated, c->class_size);
69 stats_.Sub(AllocatorStatAllocated, c->class_size);
88 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
101 c->class_size = size;
171 stats_.Add(AllocatorStatAllocated, c->class_size);
185 stats_.Sub(AllocatorStatAllocated, c->class_size);
210 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
226 c->class_size = size;

Completed in 13 milliseconds