/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | layout_array.rs | 280 pub alloc_count: ::std::os::raw::c_uint, field 364 ::std::ptr::addr_of!((*ptr).alloc_count) as usize - ptr as usize in bindgen_test_layout_malloc_heap() 371 stringify!(alloc_count) in bindgen_test_layout_malloc_heap() 400 self.alloc_count == other.alloc_count && in eq()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 121 FT_Long alloc_count; member 648 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc() 661 table->alloc_count++; in ft_mem_debug_alloc() 688 table->alloc_count--; in ft_mem_debug_free() 748 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc() 939 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
|
/third_party/freetype/src/base/ |
D | ftdbgmem.c | 121 FT_Long alloc_count; member 648 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc() 661 table->alloc_count++; in ft_mem_debug_alloc() 688 table->alloc_count--; in ft_mem_debug_free() 748 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc() 939 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 121 FT_Long alloc_count; member 690 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc() 703 table->alloc_count++; in ft_mem_debug_alloc() 730 table->alloc_count--; in ft_mem_debug_free() 790 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc() 967 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
|
/third_party/protobuf/src/google/protobuf/ |
D | arena_test_util.cc | 44 EXPECT_EQ(0, capture_alloc.alloc_count()); in ~NoHeapChecker()
|
D | arena_test_util.h | 90 int alloc_count() { return 0; } in alloc_count() function
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 86 assert(temp < c->num_temps && temp < c->nodes.alloc_count); in choose_reg_class_for_temp() 326 if (c->num_temps < c->nodes.alloc_count) in ensure_nodes() 329 c->nodes.alloc_count *= 2; in ensure_nodes() 333 c->nodes.alloc_count + ACC_COUNT); in ensure_nodes() 1082 .alloc_count = c->num_temps, in v3d_register_allocate() 1216 c->nodes.alloc_count = 0; in v3d_register_allocate()
|
D | v3d_compiler.h | 609 uint32_t alloc_count; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | layout_array.h | 108 unsigned alloc_count; member
|
/third_party/mbedtls/library/ |
D | memory_buffer_alloc.c | 69 size_t alloc_count; member 274 heap.alloc_count++; in buffer_alloc_calloc() 512 heap.alloc_count, heap.free_count ); in mbedtls_memory_buffer_alloc_status()
|
/third_party/vulkan-loader/loader/ |
D | loader_common.h | 453 uint32_t alloc_count; member
|
D | loader.c | 2710 out_files->alloc_count = 64; in check_and_adjust_data_file_list() 2711 } else if (out_files->count == out_files->alloc_count) { in check_and_adjust_data_file_list() 2712 size_t new_size = out_files->alloc_count * sizeof(char *) * 2; in check_and_adjust_data_file_list() 2713 …oader_instance_heap_realloc(inst, out_files->filename_list, out_files->alloc_count * sizeof(char *… in check_and_adjust_data_file_list() 2721 out_files->alloc_count *= 2; in check_and_adjust_data_file_list() 3250 out_files->alloc_count = 0; in loader_get_data_files() 3297 out_files->alloc_count = 0; in loader_get_data_files()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cmd_buffer.c | 251 if (cmd_buffer->state.query.end.alloc_count > 0) in cmd_buffer_free_resources() 3181 uint32_t *alloc_count, in v3dv_cmd_buffer_ensure_array_state() argument 3184 if (used_count >= *alloc_count) { in v3dv_cmd_buffer_ensure_array_state() 3185 const uint32_t prev_slot_count = *alloc_count; in v3dv_cmd_buffer_ensure_array_state() 3188 const uint32_t new_slot_count = MAX2(*alloc_count * 2, 4); in v3dv_cmd_buffer_ensure_array_state() 3199 *alloc_count = new_slot_count; in v3dv_cmd_buffer_ensure_array_state() 3201 assert(used_count < *alloc_count); in v3dv_cmd_buffer_ensure_array_state() 3256 &state->query.end.alloc_count, in v3dv_cmd_buffer_schedule_end_query()
|
D | v3dv_private.h | 1210 uint32_t *alloc_count, 1380 uint32_t alloc_count; member
|
D | v3dvx_cmd_buffer.c | 1612 &p_state->query.end.alloc_count, in cmd_buffer_copy_secondary_end_query_state()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 4892 unsigned alloc_count = in si_create_vertex_elements() local 4894 v->vb_desc_list_alloc_size = align(alloc_count * 16, SI_CPDMA_ALIGNMENT); in si_create_vertex_elements()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 6069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 6069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 4925 <!-- int HeapLeakChecker::Allocator::alloc_count() --> 4926 …<function-decl name='alloc_count' mangled-name='_ZN15HeapLeakChecker9Allocator11alloc_countEv' fil…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2881 …<function-decl name='alloc_count' mangled-name='_ZN15HeapLeakChecker9Allocator11alloc_countEv' fil…
|