Searched refs:malloc_count (Results 1 – 3 of 3) sorted by relevance
130 static int malloc_count; variable135 malloc_count = 0; in UnityMalloc_StartTest()142 if (malloc_count != 0) in UnityMalloc_EndTest()193 malloc_count++; in unity_malloc()217 malloc_count--; in release_memory()
36 static TSAN_QUALIFIER int malloc_count; variable101 *mcount = tsan_load(&malloc_count); in CRYPTO_get_alloc_counts()196 INCREMENT(malloc_count); in CRYPTO_malloc()
1170 SYSCTL_INT(_kern, OID_AUTO, malloc_count, CTLFLAG_RD, &kmemcount, 0,