Searched defs:MaxAlignedAllocable (Results 1 – 2 of 2) sorted by relevance
59 struct MaxAlignedAllocable { struct63 libgav1::MaxAlignedAllocable::operator new(size, std::nothrow); in new() argument71 libgav1::MaxAlignedAllocable::operator new[](size, std::nothrow); argument81 return libgav1::MaxAlignedAllocable::operator new(size, tag); in new() argument90 libgav1::MaxAlignedAllocable::operator delete(ptr); in delete() argument100 libgav1::MaxAlignedAllocable::operator delete(ptr, tag); in delete() argument
178 struct MaxAlignedAllocable { struct184 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()