Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs280 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/
Dftdbgmem.c121 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/
Dftdbgmem.c121 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/
Dftdbgmem.c121 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/
Darena_test_util.cc44 EXPECT_EQ(0, capture_alloc.alloc_count()); in ~NoHeapChecker()
Darena_test_util.h90 int alloc_count() { return 0; } in alloc_count() function
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c86 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()
Dv3d_compiler.h609 uint32_t alloc_count; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h108 unsigned alloc_count; member
/third_party/mbedtls/library/
Dmemory_buffer_alloc.c69 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/
Dloader_common.h453 uint32_t alloc_count; member
Dloader.c2710 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/
Dv3dv_cmd_buffer.c251 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()
Dv3dv_private.h1210 uint32_t *alloc_count,
1380 uint32_t alloc_count; member
Dv3dvx_cmd_buffer.c1612 &p_state->query.end.alloc_count, in cmd_buffer_copy_secondary_end_query_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4892 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/
DChangeLog.216069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
/third_party/freetype/docs/oldlogs/
DChangeLog.216069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
/third_party/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi4925 <!-- int HeapLeakChecker::Allocator::alloc_count() -->
4926 …<function-decl name='alloc_count' mangled-name='_ZN15HeapLeakChecker9Allocator11alloc_countEv' fil…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi2881 …<function-decl name='alloc_count' mangled-name='_ZN15HeapLeakChecker9Allocator11alloc_countEv' fil…