Static Public Member Functions | List of all members
absl::inlined_vector_internal::MallocAdapter< A, IsOverAligned > Struct Template Reference

#include <inlined_vector.h>

Static Public Member Functions

static Allocation< AAllocate (A &allocator, SizeType< A > requested_capacity)
 
static void Deallocate (A &allocator, Pointer< A > pointer, SizeType< A > capacity)
 

Detailed Description

template<typename A, bool IsOverAligned = (alignof(ValueType<A>) > ABSL_INTERNAL_DEFAULT_NEW_ALIGNMENT)>
struct absl::inlined_vector_internal::MallocAdapter< A, IsOverAligned >

Definition at line 130 of file abseil-cpp/absl/container/internal/inlined_vector.h.

Member Function Documentation

◆ Allocate()

template<typename A , bool IsOverAligned = (alignof(ValueType<A>) > ABSL_INTERNAL_DEFAULT_NEW_ALIGNMENT)>
static Allocation<A> absl::inlined_vector_internal::MallocAdapter< A, IsOverAligned >::Allocate ( A allocator,
SizeType< A requested_capacity 
)
inlinestatic

◆ Deallocate()

template<typename A , bool IsOverAligned = (alignof(ValueType<A>) > ABSL_INTERNAL_DEFAULT_NEW_ALIGNMENT)>
static void absl::inlined_vector_internal::MallocAdapter< A, IsOverAligned >::Deallocate ( A allocator,
Pointer< A pointer,
SizeType< A capacity 
)
inlinestatic

The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:53