Namespaces | Functions | Variables
memory_quota_fuzzer.cc File Reference
#include <stdint.h>
#include <sys/types.h>
#include <functional>
#include <limits>
#include <map>
#include <memory>
#include <utility>
#include "absl/strings/str_cat.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/debug/trace.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/resource_quota/memory_quota.h"
#include "src/libfuzzer/libfuzzer_macro.h"
#include "test/core/resource_quota/call_checker.h"
#include "test/core/resource_quota/memory_quota_fuzzer.pb.h"
Include dependency graph for memory_quota_fuzzer.cc:

Go to the source code of this file.

Namespaces

 grpc_core
 
 grpc_core::testing
 

Functions

 DEFINE_PROTO_FUZZER (const memory_quota_fuzzer::Msg &msg)
 
static void dont_log (gpr_log_func_args *)
 

Variables

bool leak_check = true
 
bool squelch = true
 

Function Documentation

◆ DEFINE_PROTO_FUZZER()

DEFINE_PROTO_FUZZER ( const memory_quota_fuzzer::Msg &  msg)

Definition at line 190 of file memory_quota_fuzzer.cc.

◆ dont_log()

static void dont_log ( gpr_log_func_args )
static

Definition at line 188 of file memory_quota_fuzzer.cc.

Variable Documentation

◆ allocations_

std::map<int, MemoryAllocator::Reservation> allocations_
private

Definition at line 181 of file memory_quota_fuzzer.cc.

◆ leak_check

bool leak_check = true

Definition at line 43 of file memory_quota_fuzzer.cc.

◆ memory_allocators_

std::map<int, MemoryOwner> memory_allocators_
private

Definition at line 180 of file memory_quota_fuzzer.cc.

◆ memory_quotas_

std::map<int, MemoryQuota> memory_quotas_
private

Definition at line 179 of file memory_quota_fuzzer.cc.

◆ squelch

bool squelch = true

Definition at line 42 of file memory_quota_fuzzer.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:23