Home
last modified time | relevance | path

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

12

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h
H A Dsafety_check.h9 safety_check_set_redzone(void * ptr,size_t usize,size_t bumped_usize) safety_check_set_redzone() argument
17 safety_check_verify_redzone(const void * ptr,size_t usize,size_t bumped_usize) safety_check_verify_redzone() argument
H A Dsz.h116 size_t usize = (psz + delta_mask) & ~delta_mask; sz_psz2u() local
192 size_t usize = grp_size + mod_size; sz_index2size_compute() local
233 size_t usize = (size + delta_mask) & ~delta_mask; sz_s2u_compute() local
264 size_t usize; sz_sa2u() local
[all...]
H A Djemalloc_internal_inlines_c.h67 ipallocztm(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena) ipallocztm() argument
87 ipalloct(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena) ipalloct() argument
93 ipalloc(tsd_t * tsd,size_t usize,size_t alignment,bool zero) ipalloc() argument
141 size_t usize, copysize; iralloct_realign() local
[all...]
H A Dprof_inlines_a.h
H A Darena_inlines_b.h57 arena_prof_tctx_set(tsdn_t * tsdn,const void * ptr,size_t usize,alloc_ctx_t * alloc_ctx,prof_tctx_t * tctx) arena_prof_tctx_set() argument
/freebsd/contrib/jemalloc/src/
H A Dlarge.c14 large_malloc(tsdn_t *tsdn, arena_t *arena, size_t usize, bool zero) { in large_malloc() argument
21 large_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, in large_palloc() argument
96 large_ralloc_no_move_shrink(tsdn_t * tsdn,extent_t * extent,size_t usize) large_ralloc_no_move_shrink() argument
131 large_ralloc_no_move_expand(tsdn_t * tsdn,extent_t * extent,size_t usize,bool zero) large_ralloc_no_move_expand() argument
265 large_ralloc_move_helper(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool zero) large_ralloc_move_helper() argument
274 large_ralloc(tsdn_t * tsdn,arena_t * arena,void * ptr,size_t usize,size_t alignment,bool zero,tcache_t * tcache,hook_ralloc_args_t * hook_args) large_ralloc() argument
[all...]
H A Djemalloc.c141 static void default_junk_alloc(void *ptr, size_t usize) { in default_junk_alloc()
145 static void default_junk_free(void *ptr, size_t usize) { in default_junk_free()
2244 bool usize; member
2273 size_t usize; member
2299 aligned_usize_get(size_t size, size_t alignment, size_t *usize, szind_t *ind, in aligned_usize_get()
2386 size_t size, size_t usize, szind_t ind) { in imalloc_no_sample()
2408 size_t usize, szind_t ind) { in imalloc_sample()
2496 size_t usize; in imalloc_body() local
2885 size_t usize = sz_index2size(alloc_ctx.szind); in ifree() local
2927 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) arena_large_malloc_stats_update() argument
400 arena_large_dalloc_stats_update(tsdn_t * tsdn,arena_t * arena,size_t usize) arena_large_dalloc_stats_update() argument
417 arena_large_ralloc_stats_update(tsdn_t * tsdn,arena_t * arena,size_t oldusize,size_t usize) arena_large_ralloc_stats_update() argument
428 arena_extent_alloc_large(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool * zero) arena_extent_alloc_large() argument
493 size_t usize = extent_usize_get(extent); arena_extent_ralloc_large_shrink() local
507 size_t usize = extent_usize_get(extent); arena_extent_ralloc_large_expand() local
1117 size_t usize; arena_reset() local
1463 size_t usize; arena_malloc_small() local
1532 arena_palloc(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool zero,tcache_t * tcache) arena_palloc() argument
1553 arena_prof_promote(tsdn_t * tsdn,void * ptr,size_t usize) arena_prof_promote() argument
1603 size_t usize = extent_usize_get(extent); arena_dalloc_promoted() local
1786 arena_ralloc_move_helper(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool zero,tcache_t * tcache) arena_ralloc_move_helper() argument
1803 size_t usize = sz_s2u(size); arena_ralloc() local
[all...]
H A Dckh.c274 size_t usize; ckh_grow() local
314 size_t usize; ckh_shrink() local
363 size_t mincells, usize; ckh_new() local
[all...]
H A Dbase.c252 size_t usize = ALIGNMENT_CEILING(size, alignment); base_block_alloc() local
424 size_t usize = ALIGNMENT_CEILING(size, alignment); base_alloc_impl() local
H A Dprof.c146 size_t usize; global() member
343 prof_malloc_sample_object(tsdn_t * tsdn,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_malloc_sample_object() argument
444 prof_try_log(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_try_log() argument
521 prof_free_sampled_object(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_free_sampled_object() argument
[all...]
/freebsd/bin/ed/
H A Dundo.c36 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/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c324 lzo_uint usize, csize; in drive_compressor() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h201 typedef __SIZE_TYPE__ usize; typedef
203 typedef uptr usize; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp198 INTERCEPTOR(usize, strxfrm, char *dst, const char *src, usize size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, usize) in DECLARE_REAL_AND_INTERCEPTOR() argument
/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.c797 uint64_t usize = dmu_buf_user_size(&db->db); in dbuf_evict_one() local
4065 uint64_t usize = dmu_buf_user_size(&db->db); in dbuf_hold_impl() local
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1586 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
/freebsd/sys/arm64/linux/
H A Dlinux_proto.h1188 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member
/freebsd/sys/amd64/linux/
H A Dlinux_proto.h1378 char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)]; member

12