Home
last modified time | relevance | path

Searched defs:ReleaseWrappedPtr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_hookable_impl.h25 using ReleaseWrappedPtr = void(uintptr_t address); member
69 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function
H A Draw_ptr_noop_impl.h29 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr() function
H A Draw_ptr_asan_unowned_impl.h41 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
H A Draw_ptr_counting_impl_for_test.h34 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* ptr) { in ReleaseWrappedPtr() function
H A Draw_ptr_backup_ref_impl.h186 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T* wrapped_ptr) { in ReleaseWrappedPtr() function
H A Draw_ptr_unittest.cc2499 TEST_F(HookableRawPtrImplTest, ReleaseWrappedPtr) { in TEST_F() argument
/aosp_15_r20/external/cronet/base/memory/
H A Draw_ptr_asan_hooks.cc68 void ReleaseWrappedPtr(uintptr_t) {} in ReleaseWrappedPtr() function