Home
last modified time | relevance | path

Searched defs:usize (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dprof_inlines_b.h48 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()
Dsz.h119 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
Djemalloc_internal_inlines_c.h67 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
Dprof_inlines_a.h45 prof_accum_cancel(tsdn_t *tsdn, prof_accum_t *prof_accum, size_t usize) { in prof_accum_cancel()
Darena_inlines_b.h31 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, UNUSED size_t usize, in arena_prof_tctx_set()
/freebsd-12-stable/contrib/jemalloc/src/
Dlarge.c14 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()
Djemalloc.c1677 size_t size, size_t usize, szind_t ind) { in imalloc_no_sample()
1719 size_t usize, szind_t ind) { in imalloc_sample()
1806 size_t usize = 0; in imalloc_body() local
2150 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample()
2171 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof()
2214 size_t usize; in ifree() local
2235 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { in isfree()
2585 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, in irallocx_prof_sample()
2609 size_t alignment, size_t *usize, bool zero, tcache_t *tcache, in irallocx_prof()
2653 size_t usize; in je_rallocx() local
[all …]
Darena.c289 arena_large_malloc_stats_update(tsdn_t *tsdn, arena_t *arena, size_t usize) { in arena_large_malloc_stats_update()
305 arena_large_dalloc_stats_update(tsdn_t *tsdn, arena_t *arena, size_t usize) { in arena_large_dalloc_stats_update()
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()
[all …]
Dckh.c274 size_t usize; in ckh_grow() local
313 size_t usize; in ckh_shrink() local
362 size_t mincells, usize; in ckh_new() local
Dbase.c252 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
Dprof.c241 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-stable/bin/ed/
Dundo.c36 static long usize = 0; /* stack size variable */ variable
/freebsd-12-stable/usr.bin/gzip/
Dgzip.c1823 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-stable/contrib/libarchive/libarchive/
Darchive_write_add_filter_lzop.c322 lzo_uint usize, csize; in drive_compressor() local
/freebsd-12-stable/contrib/gcc/
Dlocal-alloc.c1851 int usize, ssize; in combine_regs() local
/freebsd-12-stable/sys/crypto/ccp/
Dccp_hardware.c1422 enum ccp_xts_unitsize usize; in ccp_do_xts() local
/freebsd-12-stable/sys/dev/iwi/
Dif_iwireg.h166 uint32_t usize; /* size of ucode image */ member
/freebsd-12-stable/sys/dev/qat/
Dqat_ae.c1421 int ii, vali, fixup, usize = 0; in qat_ae_concat_ucode() local