| /trueos/contrib/gcc/ |
| HD | ggc-page.c | 1083 size_t order, word, bit, object_offset, object_size; in ggc_alloc_stat() local 1090 object_size = OBJECT_SIZE (order); in ggc_alloc_stat() 1095 while (size > (object_size = OBJECT_SIZE (order))) in ggc_alloc_stat() 1170 object_offset = hint * object_size; in ggc_alloc_stat() 1211 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (result, 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() [all …]
|
| HD | tree-mudflap.c | 1172 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()
|
| HD | ggc-zone.c | 1238 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()
|
| HD | mips-tfile.c | 931 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()
|
| HD | builtins.def | 705 DEF_GCC_BUILTIN (BUILT_IN_OBJECT_SIZE, "object_size", BT_FN_SIZE_CONST_PTR_INT, ATTR_PURE_NO…
|
| /trueos/contrib/ofed/management/opensm/complib/ |
| HD | cl_pool.c | 432 IN const size_t object_size, in cl_qpool_init() argument 446 &object_size, 1, in cl_qpool_init() 643 IN const size_t object_size, in cl_pool_init() argument 654 total_size = object_size + sizeof(cl_pool_obj_t); in cl_pool_init()
|
| /trueos/contrib/ofed/management/opensm/include/complib/ |
| HD | cl_qpool.h | 313 IN const size_t object_size,
|
| HD | cl_pool.h | 294 IN const size_t object_size,
|
| /trueos/lib/libdispatch/private/ |
| HD | introspection_private.h | 152 size_t object_size; member
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | metaslab.c | 1762 uint64_t size, entries, segsz, object_size, optimal_size, record_size; in metaslab_should_condense() local 1790 object_size = space_map_length(msp->ms_sm); in metaslab_should_condense() 1795 return (segsz <= object_size && in metaslab_should_condense() 1796 object_size >= (optimal_size * zfs_condense_pct / 100) && in metaslab_should_condense() 1797 object_size > zfs_metaslab_condense_block_threshold * record_size); in metaslab_should_condense()
|
| HD | dmu.c | 652 uint64_t object_size = (dn->dn_maxblkid + 1) * dn->dn_datablksz; in dmu_free_long_range_impl() local 655 if (offset >= object_size) in dmu_free_long_range_impl() 658 if (length == DMU_OBJECT_END || offset + length > object_size) in dmu_free_long_range_impl() 659 length = object_size - offset; in dmu_free_long_range_impl()
|
| /trueos/lib/libdispatch/src/ |
| HD | introspection.c | 99 .object_size = sizeof(dispatch_introspection_object_s),
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 806 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()
|