Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_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()
HDsafety_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()
HDsz.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
HDjemalloc_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
HDprof_inlines_a.h47 size_t usize) { in prof_accum_cancel()
HDarena_inlines_b.h57 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in arena_prof_tctx_set()
/freebsd-13-stable/contrib/jemalloc/src/
HDlarge.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()
HDjemalloc.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 …]
HDarena.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 …]
HDckh.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
HDbase.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
HDprof.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-13-stable/bin/ed/
HDundo.c34 static long usize = 0; /* stack size variable */ variable
/freebsd-13-stable/usr.bin/gzip/
HDgzip.c1756 off_t usize, gsize; in handle_stdin() local
1862 off_t usize; in handle_stdout() local
1959 off_t usize, gsize; in handle_file() local
2060 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage()
2116 uint32_t usize; in print_list() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h195 typedef __SIZE_TYPE__ usize; typedef
203 typedef unsigned int usize; typedef
205 typedef uptr usize; typedef
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_write_add_filter_lzop.c321 lzo_uint usize, csize; in drive_compressor() local
/freebsd-13-stable/sys/crypto/ccp/
HDccp_hardware.c1401 enum ccp_xts_unitsize usize; in ccp_do_xts() local
/freebsd-13-stable/sys/dev/iwi/
HDif_iwireg.h165 uint32_t usize; /* size of ucode image */ member
/freebsd-13-stable/sys/dev/qat/
HDqat_ae.c1420 int ii, vali, fixup, usize = 0; in qat_ae_concat_ucode() local
/freebsd-13-stable/sys/arm64/linux/
HDlinux_proto.h1172 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member
/freebsd-13-stable/sys/amd64/linux/
HDlinux_proto.h1362 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member
/freebsd-13-stable/sys/i386/linux/
HDlinux_proto.h1657 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_proto.h1668 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member