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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c715 static int str_alloc_count = 0; variable
725 ++str_alloc_count;
4309 if ( str_alloc_count > 0 )
4312 str_alloc_count, (unsigned long) str_alloc_size,
4313 (float) str_alloc_size / str_alloc_count )*/;

Completed in 86 milliseconds