Home
last modified time | relevance | path

Searched refs:memguard_cmp_mtp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Dmemguard.h45 int memguard_cmp_mtp(struct malloc_type *, unsigned long);
55 #define memguard_cmp_mtp(mtp, size) 0 macro
H A Dmemguard.c457 memguard_cmp_mtp(struct malloc_type *mtp, unsigned long size) in memguard_cmp_mtp() function
/freebsd/sys/kern/
H A Dkern_malloc.c559 if (memguard_cmp_mtp(mtp, *sizep)) { in malloc_dbg()