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

Function is_memguard_addr

freebsd/vm/memguard.c:363–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363int
364is_memguard_addr(void *addr)
365{
366 vm_offset_t a = (vm_offset_t)(uintptr_t)addr;
367
368 return (a >= memguard_base && a < memguard_base + memguard_mapsize);
369}
370
371/*
372 * Free specified single object.

Callers 9

free_dbgFunction · 0.85
reallocFunction · 0.85
malloc_usable_sizeFunction · 0.85
trash_ctorFunction · 0.85
trash_dtorFunction · 0.85
mtrash_ctorFunction · 0.85
mtrash_dtorFunction · 0.85
mtrash_initFunction · 0.85
uma_zfree_debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected