Lines Matching refs:address_in_range
929 /* Use radix-tree to track arena memory regions, for address_in_range().
1302 address_in_range().
1687 address_in_range(void *p, poolp pool)
1693 address_in_range(P, POOL)
1699 variable and pass the latter to the macro; because address_in_range is
1724 (NULL)). Therefore address_in_range correctly reports that obmalloc
1770 address_in_range(void *p, poolp pool)
1772 // Since address_in_range may be reading from memory which was not allocated
2229 if (UNLIKELY(!address_in_range(p, pool))) {
2317 if (!address_in_range(p, pool)) {