Home
last modified time | relevance | path

Searched defs:mem_block (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c5259 typedef struct mem_block { struct
5260 struct mem_block *next; argument
5265 } mem_block; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c1717 typedef struct mem_block { struct
1721 struct mem_block *prev, *next; argument
1723 size_t size; /* Doesn't include mem_block structure. */ argument
1725 } mem_block; typedef