Home
last modified time | relevance | path

Searched refs:is_fallback_ptr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dfallback_malloc.cpp96 bool is_fallback_ptr(void* ptr) { in is_fallback_ptr() function
233 if (is_fallback_ptr(ptr)) in __aligned_free_with_fallback()
245 if (is_fallback_ptr(ptr)) in __free_with_fallback()
/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_fallback_malloc.pass.cpp189 if ( !is_fallback_ptr ( p )) in main()