#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <atomic>
#include <cstddef>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include "absl/base/thread_annotations.h"
#include "absl/strings/string_view.h"
#include "absl/types/optional.h"
#include <grpc/event_engine/memory_allocator.h>
#include <grpc/event_engine/memory_request.h>
#include <grpc/support/log.h>
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/promise/activity.h"
#include "src/core/lib/promise/poll.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Typedefs | |
using | grpc_core::EventEngineMemoryAllocatorImpl = grpc_event_engine::experimental::internal::MemoryAllocatorImpl |
using | grpc_core::MemoryQuotaRefPtr = std::shared_ptr< MemoryQuota > |
template<typename T > | |
using | grpc_core::Vector = grpc_event_engine::experimental::Vector< T > |
Enumerations | |
enum | grpc_core::ReclamationPass { grpc_core::ReclamationPass::kBenign = 1, grpc_core::ReclamationPass::kIdle = 2, grpc_core::ReclamationPass::kDestructive = 3 } |
Functions | |
MemoryQuotaRefPtr | grpc_core::MakeMemoryQuota (std::string name) |
Variables | |
static constexpr size_t | grpc_core::kMaxQuotaBufferSize = 1024 * 1024 |
static constexpr size_t | grpc_core::kNumReclamationPasses = 4 |