Searched refs:whatsz (Results 1 – 1 of 1) sorted by relevance
144 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region() argument146 if ((what+whatsz) < ptr) in in_region()