Home
last modified time | relevance | path

Searched refs:object_size (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dggc-page.c1090 object_size = OBJECT_SIZE (order); in ggc_alloc_stat()
1170 object_offset = hint * object_size; in ggc_alloc_stat()
1215 memset (result, 0xaf, object_size); in ggc_alloc_stat()
1220 object_size - size)); in ggc_alloc_stat()
1230 G.allocated += object_size; in ggc_alloc_stat()
1233 timevar_ggc_mem_total += object_size; in ggc_alloc_stat()
1237 size_t overhead = object_size - size; in ggc_alloc_stat()
1240 G.stats.total_allocated += object_size; in ggc_alloc_stat()
1247 G.stats.total_allocated_under32 += object_size; in ggc_alloc_stat()
1252 G.stats.total_allocated_under64 += object_size; in ggc_alloc_stat()
[all …]
H A Dtree-mudflap.c1172 mudflap_register_call (tree obj, tree object_size, tree varname) in mudflap_register_call() argument
1181 arg = convert (size_type_node, object_size); in mudflap_register_call()
1214 tree object_size, varname; in mudflap_enqueue_constant() local
1220 object_size = build_int_cst (NULL_TREE, TREE_STRING_LENGTH (obj)); in mudflap_enqueue_constant()
1222 object_size = size_in_bytes (TREE_TYPE (obj)); in mudflap_enqueue_constant()
1229 mudflap_register_call (obj, object_size, varname); in mudflap_enqueue_constant()
H A Dggc-zone.c1238 size_t object_size = size; in ggc_alloc_zone_stat() local
1239 size_t overhead = object_size - orig_size; in ggc_alloc_zone_stat()
1242 zone->stats.total_allocated += object_size; in ggc_alloc_zone_stat()
1247 zone->stats.total_allocated_under32 += object_size; in ggc_alloc_zone_stat()
1252 zone->stats.total_allocated_under64 += object_size; in ggc_alloc_zone_stat()
1257 zone->stats.total_allocated_under128 += object_size; in ggc_alloc_zone_stat()
H A Dmips-tfile.c931 unsigned short object_size; /* size in bytes of each object */ member
953 (x)->object_size = sizeof (type); \
1638 if (vp->object_size > 1) in add_varray_page()
1639 new_links->datum = xcalloc (1, vp->object_size); in add_varray_page()
2473 ptr = &vp->last->datum->byte[ vp->objects_last_page * vp->object_size ]; in add_bytes()
2478 move_bytes = move_items * vp->object_size; in add_bytes()
3985 vp->num_allocated * vp->object_size, str); in write_varray()
3994 ? vp->objects_last_page * vp->object_size in write_varray()
3995 : vp->objects_per_page * vp->object_size; in write_varray()
H A Dbuiltins.def705 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_PURE_NO…
/freebsd-12.1/contrib/ofed/opensm/complib/
H A Dcl_pool.c426 IN const size_t object_size, in cl_qpool_init() argument
440 &object_size, 1, in cl_qpool_init()
628 IN const size_t object_size, in cl_pool_init() argument
639 total_size = object_size + sizeof(cl_pool_obj_t); in cl_pool_init()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8148 if (fileoff > object_size) in PrintSegmentCommand()
8240 if (offset > object_size) in PrintSection()
8247 if (reloff > object_size) in PrintSection()
8386 if (big_size > object_size) in PrintSymtabLoadCommand()
8447 if (big_size > object_size) in PrintDysymtabLoadCommand()
8480 if (big_size > object_size) in PrintDysymtabLoadCommand()
8493 if (big_size > object_size) in PrintDysymtabLoadCommand()
8506 if (big_size > object_size) in PrintDysymtabLoadCommand()
8519 if (big_size > object_size) in PrintDysymtabLoadCommand()
8545 if (big_size > object_size) in PrintDyldInfoLoadCommand()
[all …]
/freebsd-12.1/contrib/ofed/opensm/include/complib/
H A Dcl_qpool.h313 IN const size_t object_size,
H A Dcl_pool.h294 IN const size_t object_size,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h138 void SetObjectSize(uint64_t object_size) { m_object_size = object_size; } in SetObjectSize() argument
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c2327 size_t object_size, in ptr_array_dup() argument
2334 char *copy = apr_palloc(pool, object_size * array->nelts); in ptr_array_dup()
2344 target[i] = &copy[i * object_size]; in ptr_array_dup()
2345 memcpy(target[i], source[i], object_size); in ptr_array_dup()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c753 uint64_t object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz; in dmu_free_long_range_impl() local
758 if (offset >= object_size) in dmu_free_long_range_impl()
767 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl()
768 length = object_size - offset; in dmu_free_long_range_impl()
H A Dmetaslab.c2311 uint64_t object_size = space_map_length(msp->ms_sm); in metaslab_should_condense() local
2319 return (object_size >= (optimal_size * zfs_condense_pct / 100) && in metaslab_should_condense()
2320 object_size > zfs_metaslab_condense_block_threshold * record_size); in metaslab_should_condense()
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c806 unsigned short object_size; /* size in bytes of each object */ member
1518 if (vp->object_size > 1) in add_varray_page()
1519 new_links->datum = (page_type *) xcalloc (1, vp->object_size); in add_varray_page()