class Reservation
Defined at line 76 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
An automatic releasing reservation of memory.
Public Methods
void Reservation ()
Defined at line 78 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
void Reservation (const Reservation & )
Defined at line 79 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
Reservation & operator= (const Reservation & )
Defined at line 80 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
void Reservation (Reservation && )
Defined at line 81 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
Reservation & operator= (Reservation && )
Defined at line 82 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
void ~Reservation ()
Defined at line 83 of file ../../third_party/grpc-migrating/src/include/grpc/event_engine/memory_allocator.h
Friends
class MemoryAllocator