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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c902 int malloc_count; local
912 malloc_count = 0;
968 if (malloc_count > 0)
970 ++malloc_count;
971 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;
988 malloc_count = 1;
/haiku-fatelf/src/bin/gawk/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;

Completed in 87 milliseconds