Home
last modified time | relevance | path

Searched defs:VerifyPointer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator.cc142 bool ScopedAllocator::VerifyPointer(const void* p) { in VerifyPointer() function in tensorflow::ScopedAllocator
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_smart_ptrs.cpp62 void VerifyPointer(const PointerType &aPointer, in VerifyPointer() function
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp323 static bool VerifyPointer(const void* pointer, const char* function_name) { in VerifyPointer() function