template <typename A, bool IsOverAligned =
(alignof(ValueType<A>) > ABSL_INTERNAL_DEFAULT_NEW_ALIGNMENT)>
struct MallocAdapter
Defined at line 116 of file ../../third_party/abseil-cpp/src/absl/container/internal/inlined_vector.h
Public Methods
Allocation<A> Allocate (A & allocator, SizeType<A> requested_capacity)
Defined at line 117 of file ../../third_party/abseil-cpp/src/absl/container/internal/inlined_vector.h
void Deallocate (A &allocator,Pointer<A>pointer,SizeType<A>capacity)
Defined at line 122 of file ../../third_party/abseil-cpp/src/absl/container/internal/inlined_vector.h