Searched refs:malloc_count (Results 1 – 3 of 3) sorted by relevance
892 int malloc_count; local902 malloc_count = 0;958 if (malloc_count > 0)960 ++malloc_count;961 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;978 malloc_count = 1;
828 int malloc_count; local838 malloc_count = 0;894 if (malloc_count > 0)896 ++malloc_count;897 freemem_size = malloc_count * INITIAL_BLOCK_SIZE;914 malloc_count = 1;
884 int malloc_count; in _nl_find_msg() local894 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()