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