Hi, Can we deprecate this function? I expect it not to be used in too many places and it doesn't make sense with the current pools implementation (it would require scanning all allocators, since we have no single global freelist).
/** * Report the number of bytes currently in the list of free blocks * @return The number of bytes */ APR_DECLARE(apr_size_t) apr_pool_free_blocks_num_bytes(void); Sander
