Home
last modified time | relevance | path

Searched defs:_arena (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dpyarena.c46 struct _arena { struct
51 block *a_head;
58 block *a_cur;
64 PyObject *a_objects;
68 size_t total_allocs;
69 size_t total_size;
70 size_t total_blocks;
71 size_t total_block_size;
72 size_t total_big_blocks;
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c214 upb_Arena *Arena_get(VALUE _arena) { in Arena_get()
220 void Arena_fuse(VALUE _arena, upb_Arena *other) { in Arena_fuse()
232 void Arena_Pin(VALUE _arena, VALUE obj) { in Arena_Pin()
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c214 upb_Arena *Arena_get(VALUE _arena) { in Arena_get()
220 void Arena_fuse(VALUE _arena, upb_Arena *other) { in Arena_fuse()
232 void Arena_Pin(VALUE _arena, VALUE obj) { in Arena_Pin()
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c214 upb_Arena *Arena_get(VALUE _arena) { in Arena_get()
220 void Arena_fuse(VALUE _arena, upb_Arena *other) { in Arena_fuse()
232 void Arena_Pin(VALUE _arena, VALUE obj) { in Arena_Pin()