Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/unity/
H A Dunity_fixture.c130 static int malloc_count; variable
135 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()
/freebsd-12.1/crypto/openssl/crypto/
H A Dmem.c36 static TSAN_QUALIFIER int malloc_count; variable
101 *mcount = tsan_load(&malloc_count); in CRYPTO_get_alloc_counts()
196 INCREMENT(malloc_count); in CRYPTO_malloc()
/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1170 SYSCTL_INT(_kern, OID_AUTO, malloc_count, CTLFLAG_RD, &kmemcount, 0,