Home
last modified time | relevance | path

Searched defs:MaxAlignedAllocable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/tests/
H A Dutils.h59 struct MaxAlignedAllocable { struct
63 libgav1::MaxAlignedAllocable::operator new(size, std::nothrow); in new() argument
71 libgav1::MaxAlignedAllocable::operator new[](size, std::nothrow); argument
81 return libgav1::MaxAlignedAllocable::operator new(size, tag); in new() argument
90 libgav1::MaxAlignedAllocable::operator delete(ptr); in delete() argument
100 libgav1::MaxAlignedAllocable::operator delete(ptr, tag); in delete() argument
/aosp_15_r20/external/libgav1/src/utils/
H A Dmemory.h178 struct MaxAlignedAllocable { struct
184 static void* operator new(size_t size, const std::nothrow_t& tag) noexcept { in new()
204 static void operator delete(void* ptr) noexcept { in delete()
221 static void operator delete(void* ptr, const std::nothrow_t& tag) noexcept { in delete()