#include <php-upb.h>
Public Attributes | |
upb_alloc | alloc |
upb_alloc * | block_alloc |
void * | block_head |
size_t | bytes_allocated |
void * | cleanup_head |
uintptr_t | cleanup_metadata |
mem_block * | freelist |
mem_block * | freelist_tail |
_upb_arena_head | head |
uint32_t | last_size |
size_t | max_block_size |
size_t | next_block_size |
struct upb_arena * | parent |
uint32_t | refcount |
Definition at line 2252 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_alloc upb_arena::alloc |
Definition at line 2255 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_alloc * upb_arena::block_alloc |
Definition at line 2259 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void * upb_arena::block_head |
Definition at line 2266 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_arena::bytes_allocated |
Definition at line 2261 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void * upb_arena::cleanup_head |
Definition at line 2269 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
_upb_arena_head upb_arena::head |
size_t upb_arena::max_block_size |
Definition at line 2263 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_arena::next_block_size |
Definition at line 2262 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.