Searched refs:IsFromLocalPool (Results 1 – 2 of 2) sorted by relevance
32 bool IsFromLocalPool(const void *ptr);35 #define IS_FROM_LOCAL_POOL(ptr) UNLIKELY(IsFromLocalPool(ptr))
94 bool IsFromLocalPool(const void *ptr) { in IsFromLocalPool() function