reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
524 thread_stats.mallocs++; 525 thread_stats.malloced += size; 526 thread_stats.malloced_redzones += needed_size - size; 528 thread_stats.malloc_large++; 530 thread_stats.malloced_by_size[SizeClassMap::ClassID(needed_size)]++;