Searched refs:ALLOCATOR (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | allocate.c | 140 ALLOCATOR(ident, "identifiers"); 141 ALLOCATOR(token, "tokens"); 142 ALLOCATOR(context, "contexts"); 143 ALLOCATOR(symbol, "symbols"); 144 ALLOCATOR(asm_operand, "asmops"); 145 ALLOCATOR(expression, "expressions"); 146 ALLOCATOR(statement, "statements"); 147 ALLOCATOR(string, "strings"); 148 ALLOCATOR(scope, "scopes"); 150 ALLOCATOR(basic_block, "basic_block"); [all …]
|
D | storage.c | 18 ALLOCATOR(storage, "storages"); 19 ALLOCATOR(storage_hash, "storage hash");
|
D | ptrmap.c | 43 ALLOCATOR(ptrmap, "ptrmap");
|
D | allocate.h | 79 #define ALLOCATOR(x, n) __ALLOCATOR(struct x, n, x) macro
|
D | linearize.c | 39 ALLOCATOR(pseudo_user, "pseudo_user"); 2082 ALLOCATOR(asm_rules, "asm rules"); 2083 ALLOCATOR(asm_constraint, "asm constraints");
|
D | expression.c | 47 ALLOCATOR(type_expression, "type-expr-maps");
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecallocator.h | 32 GST_V4L2_CODEC, ALLOCATOR, GstDmaBufAllocator);
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 1971 array = ensure_array (structure, GST_QUARK (ALLOCATOR), in gst_query_add_allocation_param() 2007 array = ensure_array (structure, GST_QUARK (ALLOCATOR), in gst_query_get_n_allocation_params() 2034 array = ensure_array (structure, GST_QUARK (ALLOCATOR), in gst_query_parse_nth_allocation_param() 2068 array = ensure_array (structure, GST_QUARK (ALLOCATOR), in gst_query_set_nth_allocation_param() 2105 ensure_array (structure, GST_QUARK (ALLOCATOR), sizeof (AllocationParam), in gst_query_remove_nth_allocation_param()
|
D | gstbufferpool.c | 880 GST_QUARK (ALLOCATOR), GST_TYPE_ALLOCATOR, allocator, in gst_buffer_pool_config_set_allocator() 1053 GST_QUARK (ALLOCATOR))); in gst_buffer_pool_config_get_allocator()
|
/third_party/jerryscript/jerry-core/ |
D | CMakeLists.txt | 56 set(JERRY_CPOINTER_32_BIT_MESSAGE " (FORCED BY SYSTEM ALLOCATOR)")
|