GRPC C++
1.66.0
|
#include <stdlib.h>
#include <algorithm>
#include <memory>
#include <type_traits>
#include <vector>
#include <grpc/event_engine/internal/memory_allocator_impl.h>
#include <grpc/slice.h>
#include <grpc/support/port_platform.h>
Go to the source code of this file.
Data Structures | |
class | grpc_event_engine::experimental::MemoryAllocator |
class | grpc_event_engine::experimental::MemoryAllocator::Reservation |
An automatic releasing reservation of memory. More... | |
class | grpc_event_engine::experimental::MemoryAllocator::Container< T > |
A C++ allocator for containers of T. More... | |
class | grpc_event_engine::experimental::Vector< T > |
class | grpc_event_engine::experimental::MemoryAllocatorFactory |
Namespaces | |
grpc_event_engine | |
grpc_event_engine::experimental | |