| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 48 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_tctx_set() 65 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() 122 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, in prof_malloc() 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free()
|
| H A D | sz.h | 119 size_t usize = (psz + delta_mask) & ~delta_mask; in sz_psz2u() local 194 size_t usize = grp_size + mod_size; in sz_index2size_compute() local 231 size_t usize = (size + delta_mask) & ~delta_mask; in sz_s2u_compute() local 263 size_t usize; in sz_sa2u() local
|
| H A D | jemalloc_internal_inlines_c.h | 67 ipallocztm(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipallocztm() 87 ipalloct(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipalloct() 93 ipalloc(tsd_t *tsd, size_t usize, size_t alignment, bool zero) { in ipalloc() 141 size_t usize, copysize; in iralloct_realign() local
|
| H A D | prof_inlines_a.h | 45 prof_accum_cancel(tsdn_t *tsdn, prof_accum_t *prof_accum, size_t usize) { in prof_accum_cancel()
|
| H A D | arena_inlines_b.h | 31 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, UNUSED size_t usize, in arena_prof_tctx_set()
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | large.c | 14 large_malloc(tsdn_t *tsdn, arena_t *arena, size_t usize, bool zero) { in large_malloc() 21 large_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, in large_palloc() 96 large_ralloc_no_move_shrink(tsdn_t *tsdn, extent_t *extent, size_t usize) { in large_ralloc_no_move_shrink() 131 large_ralloc_no_move_expand(tsdn_t *tsdn, extent_t *extent, size_t usize, in large_ralloc_no_move_expand() 264 large_ralloc_move_helper(tsdn_t *tsdn, arena_t *arena, size_t usize, in large_ralloc_move_helper() 273 large_ralloc(tsdn_t *tsdn, arena_t *arena, extent_t *extent, size_t usize, in large_ralloc()
|
| H A D | jemalloc.c | 1719 size_t usize, szind_t ind) { in imalloc_sample() 1806 size_t usize = 0; in imalloc_body() local 2214 size_t usize; in ifree() local 2668 size_t usize; in je_rallocx() local 2759 size_t usize; in ixallocx_helper() local 2772 size_t usize; in ixallocx_prof_sample() local 2786 size_t usize_max, usize; in ixallocx_prof() local 2835 size_t usize, old_usize; in je_xallocx() local 2899 size_t usize; in JEMALLOC_ATTR() local 2972 size_t usize; in inallocx() local [all …]
|
| H A D | arena.c | 322 size_t usize) { in arena_large_ralloc_stats_update() 328 arena_extent_alloc_large(tsdn_t *tsdn, arena_t *arena, size_t usize, in arena_extent_alloc_large() 393 size_t usize = extent_usize_get(extent); in arena_extent_ralloc_large_shrink() local 407 size_t usize = extent_usize_get(extent); in arena_extent_ralloc_large_expand() local 979 size_t usize; in arena_reset() local 1320 size_t usize; in arena_malloc_small() local 1389 arena_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, in arena_palloc() 1409 arena_prof_promote(tsdn_t *tsdn, const void *ptr, size_t usize) { in arena_prof_promote() 1455 size_t usize = arena_prof_demote(tsdn, extent, ptr); in arena_dalloc_promoted() local 1618 arena_ralloc_move_helper(tsdn_t *tsdn, arena_t *arena, size_t usize, in arena_ralloc_move_helper() [all …]
|
| H A D | ckh.c | 274 size_t usize; in ckh_grow() local 313 size_t usize; in ckh_shrink() local 362 size_t mincells, usize; in ckh_new() local
|
| H A D | base.c | 252 size_t usize = ALIGNMENT_CEILING(size, alignment); in base_block_alloc() local 424 size_t usize = ALIGNMENT_CEILING(size, alignment); in base_alloc_impl() local
|
| H A D | prof.c | 241 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object() 257 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) { in prof_free_sampled_object()
|
| /freebsd-12.1/bin/ed/ |
| H A D | undo.c | 36 static long usize = 0; /* stack size variable */ variable
|
| /freebsd-12.1/usr.bin/gzip/ |
| H A D | gzip.c | 1823 off_t usize, gsize; in handle_stdin() local 1932 off_t usize; in handle_stdout() local 2034 off_t usize, gsize; in handle_file() local 2140 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage() 2203 uint32_t usize; in print_list() local
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_lzop.c | 327 lzo_uint usize, csize; in drive_compressor() local
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | local-alloc.c | 1851 int usize, ssize; in combine_regs() local
|
| /freebsd-12.1/sys/crypto/ccp/ |
| H A D | ccp_hardware.c | 1422 enum ccp_xts_unitsize usize; in ccp_do_xts() local
|
| /freebsd-12.1/sys/dev/iwi/ |
| H A D | if_iwireg.h | 166 uint32_t usize; /* size of ucode image */ member
|