MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mtrash_fini

Function mtrash_fini

freebsd/vm/uma_dbg.c:223–227  ·  view source on GitHub ↗

* Checks an item to make sure it hasn't been overwritten since it was freed, * prior to freeing it back to available memory. * * Complies with standard fini arg/return * */

Source from the content-addressed store, hash-verified

221 *
222 */
223void
224mtrash_fini(void *mem, int size)
225{
226 (void)mtrash_ctor(mem, size, NULL, 0);
227}

Callers

nothing calls this directly

Calls 1

mtrash_ctorFunction · 0.85

Tested by

no test coverage detected