MCPcopy Create free account
hub / github.com/apache/httpd / rmm_free

Function rmm_free

modules/aaa/mod_auth_digest.c:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static apr_status_t rmm_free(apr_rmm_t *rmm, void *alloc)
255{
256 apr_rmm_off_t offset = apr_rmm_offset_get(rmm, alloc);
257
258 return apr_rmm_free(rmm, offset);
259}
260
261#if APR_HAS_SHARED_MEMORY
262

Callers 1

gcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected