Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.c132 static int malloc_count; variable
137 malloc_count = 0; in UnityMalloc_StartTest()
144 if (malloc_count != 0) in UnityMalloc_EndTest()
195 malloc_count++; in unity_malloc()
219 malloc_count--; in release_memory()
/netbsd/crypto/external/bsd/openssl.old/dist/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()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/external/gpl2/grep/dist/intl/
H A Ddcigettext.c821 int malloc_count; local
831 malloc_count = 0;
887 if (malloc_count > 0)
889 ++malloc_count;
890 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
907 malloc_count = 1;
/netbsd/external/gpl3/gdb/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl2/texinfo/dist/intl/
H A Ddcigettext.c886 int malloc_count; in _nl_find_msg() local
896 malloc_count = 0; in _nl_find_msg()
952 if (malloc_count > 0) in _nl_find_msg()
954 ++malloc_count; in _nl_find_msg()
955 freemem_size = malloc_count * INITIAL_BLOCK_SIZE; in _nl_find_msg()
972 malloc_count = 1; in _nl_find_msg()
/netbsd/external/gpl3/binutils.old/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl3/binutils/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Ddcigettext.c892 int malloc_count; local
902 malloc_count = 0;
958 if (malloc_count > 0)
960 ++malloc_count;
961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
978 malloc_count = 1;
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Ddcigettext.c1201 int malloc_count; in _nl_find_msg() local
1211 malloc_count = 0; in _nl_find_msg()
1269 if (malloc_count > 0) in _nl_find_msg()
1271 ++malloc_count; in _nl_find_msg()
1272 freemem_size = malloc_count * INITIAL_BLOCK_SIZE; in _nl_find_msg()
1289 malloc_count = 1; in _nl_find_msg()