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

Function trash_fini

freebsd/vm/uma_dbg.c:135–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133 *
134 */
135void
136trash_fini(void *mem, int size)
137{
138 (void)trash_ctor(mem, size, NULL, 0);
139}
140
141int
142mtrash_ctor(void *mem, int size, void *arg, int flags)

Callers 1

mb_zfini_packFunction · 0.85

Calls 1

trash_ctorFunction · 0.85

Tested by

no test coverage detected