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

/freebsd-11-stable/sys/vm/
H A Dmemguard.h44 int memguard_cmp_mtp(struct malloc_type *, unsigned long);
53 #define memguard_cmp_mtp(mtp, size) 0 macro
H A Dmemguard.c472 memguard_cmp_mtp(struct malloc_type *mtp, unsigned long size) function
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c480 if (memguard_cmp_mtp(mtp, size)) {

Completed in 85 milliseconds