#include <upb_internal.h>
Public Attributes | |
upb_alloc * | block_alloc |
uintptr_t | cleanup_metadata |
mem_block * | freelist |
mem_block * | freelist_tail |
_upb_ArenaHead | head |
uint32_t | last_size |
struct upb_Arena * | parent |
uint32_t | refcount |
Definition at line 36 of file upb_internal.h.
upb_alloc* upb_Arena::block_alloc |
Definition at line 45 of file upb_internal.h.
uintptr_t upb_Arena::cleanup_metadata |
Definition at line 41 of file upb_internal.h.
mem_block* upb_Arena::freelist |
Definition at line 55 of file upb_internal.h.
mem_block * upb_Arena::freelist_tail |
Definition at line 55 of file upb_internal.h.
_upb_ArenaHead upb_Arena::head |
Definition at line 37 of file upb_internal.h.
uint32_t upb_Arena::last_size |
Definition at line 46 of file upb_internal.h.
struct upb_Arena* upb_Arena::parent |
Definition at line 52 of file upb_internal.h.
uint32_t upb_Arena::refcount |
Definition at line 51 of file upb_internal.h.