PyObjectArenaAllocator Struct Reference

#include <objimpl.h>

Public Attributes

void * ctx
 
void *(* alloc )(void *ctx, size_t size)
 
void(* free )(void *ctx, void *ptr, size_t size)
 

Member Data Documentation

◆ ctx

void* ctx

◆ alloc

void*(* alloc) (void *ctx, size_t size)

◆ free

void(* free) (void *ctx, void *ptr, size_t size)