Home
last modified time | relevance | path

Searched refs:malloc_count (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/extras/memory/src/
H A Dunity_memory.c12 static int malloc_count; variable
17 malloc_count = 0; in UnityMalloc_StartTest()
24 if (malloc_count != 0) in UnityMalloc_EndTest()
98 malloc_count++; in unity_malloc()
121 malloc_count--; in release_memory()
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c135 static int malloc_count; variable
140 malloc_count = 0; in UnityMalloc_StartTest()
147 if (malloc_count != 0) in UnityMalloc_EndTest()
209 malloc_count++; in unity_malloc()
232 malloc_count--; in release_memory()
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c33 static TSAN_QUALIFIER int malloc_count; variable
88 *mcount = LOAD(malloc_count); in CRYPTO_get_alloc_counts()
179 INCREMENT(malloc_count); in CRYPTO_malloc()
/third_party/openssl/crypto/
H A Dmem.c33 static TSAN_QUALIFIER int malloc_count; variable
88 *mcount = LOAD(malloc_count); in CRYPTO_get_alloc_counts()
173 INCREMENT(malloc_count); in CRYPTO_malloc()

Completed in 3 milliseconds