Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h49 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_tctx_set()
83 prof_sample_check(tsd_t *tsd, size_t usize, bool update) { in prof_sample_check()
101 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update()
146 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep()
166 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx, in prof_malloc()
181 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc()
239 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free()
H A Dsafety_check.h9 safety_check_set_redzone(void *ptr, size_t usize, size_t bumped_usize) { in safety_check_set_redzone()
17 safety_check_verify_redzone(const void *ptr, size_t usize, size_t bumped_usize) in safety_check_verify_redzone()
H A Dsz.h116 size_t usize = (psz + delta_mask) & ~delta_mask; in sz_psz2u() local
192 size_t usize = grp_size + mod_size; in sz_index2size_compute() local
233 size_t usize = (size + delta_mask) & ~delta_mask; in sz_s2u_compute() local
264 size_t usize; in sz_sa2u() local
H A 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
H A Dprof_inlines_a.h47 size_t usize) { in prof_accum_cancel()
H A Darena_inlines_b.h57 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in arena_prof_tctx_set()
/freebsd/contrib/jemalloc/src/
H A 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()
265 large_ralloc_move_helper(tsdn_t *tsdn, arena_t *arena, size_t usize, in large_ralloc_move_helper()
274 large_ralloc(tsdn_t *tsdn, arena_t *arena, void *ptr, size_t usize, in large_ralloc()
H A Djemalloc.c1864 bool usize; member
1893 size_t usize; member
1917 size_t size, size_t usize, szind_t ind) { in imalloc_no_sample()
1959 size_t usize, szind_t ind) { in imalloc_sample()
2047 size_t usize = 0; in imalloc_body() local
2346 size_t usize; in JEMALLOC_ATTR() local
2510 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample()
2533 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof()
2578 size_t usize; in ifree() local
2599 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { in isfree()
[all …]
H A Darena.c384 arena_large_malloc_stats_update(tsdn_t *tsdn, arena_t *arena, size_t usize) { in arena_large_malloc_stats_update()
400 arena_large_dalloc_stats_update(tsdn_t *tsdn, arena_t *arena, size_t usize) { in arena_large_dalloc_stats_update()
417 size_t usize) { in arena_large_ralloc_stats_update()
428 arena_extent_alloc_large(tsdn_t *tsdn, arena_t *arena, size_t usize, in arena_extent_alloc_large()
493 size_t usize = extent_usize_get(extent); in arena_extent_ralloc_large_shrink() local
507 size_t usize = extent_usize_get(extent); in arena_extent_ralloc_large_expand() local
1117 size_t usize; in arena_reset() local
1463 size_t usize; in arena_malloc_small() local
1532 arena_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, in arena_palloc()
1553 arena_prof_promote(tsdn_t *tsdn, void *ptr, size_t usize) { in arena_prof_promote()
[all …]
H A Dckh.c274 size_t usize; in ckh_grow() local
314 size_t usize; in ckh_shrink() local
363 size_t mincells, usize; in ckh_new() local
H A 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
H A Dprof.c146 size_t usize; member
343 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object()
444 prof_try_log(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx) { in prof_try_log()
521 prof_free_sampled_object(tsd_t *tsd, const void *ptr, size_t usize, in prof_free_sampled_object()
/freebsd/bin/ed/
H A Dundo.c34 static long usize = 0; /* stack size variable */ variable
/freebsd/usr.bin/gzip/
H A Dgzip.c1750 off_t usize, gsize; in handle_stdin() local
1856 off_t usize; in handle_stdout() local
1953 off_t usize, gsize; in handle_file() local
2054 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage()
2110 uint32_t usize; in print_list() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h195 typedef __SIZE_TYPE__ usize; typedef
203 typedef unsigned int usize; typedef
205 typedef uptr usize; typedef
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c322 lzo_uint usize, csize; drive_compressor() local
[all...]
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1401 enum ccp_xts_unitsize usize; in ccp_do_xts() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c794 uint64_t usize = dmu_buf_user_size(&db->db); in dbuf_evict_one() local
3967 uint64_t usize = dmu_buf_user_size(&db->db); in dbuf_hold_impl() local
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1579 int usize = 0; in qat_hal_concat_micro_code() local
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1420 int ii, vali, fixup, usize = 0; in qat_ae_concat_ucode() local
/freebsd/sys/dev/iwi/
H A Dif_iwireg.h165 uint32_t usize; /* size of ucode image */ member