Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/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;
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c828 int malloc_count; local
838 malloc_count = 0;
894 if (malloc_count > 0)
896 ++malloc_count;
897 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
914 malloc_count = 1;
/openbsd/gnu/usr.bin/texinfo/intl/
H A Ddcigettext.c884 int malloc_count; in _nl_find_msg() local
894 malloc_count = 0; in _nl_find_msg()
950 if (malloc_count > 0) in _nl_find_msg()
952 ++malloc_count; in _nl_find_msg()
953 freemem_size = malloc_count * INITIAL_BLOCK_SIZE; in _nl_find_msg()
970 malloc_count = 1; in _nl_find_msg()