Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
HDvalgrind.h16 #define JEMALLOC_VALGRIND_MAKE_MEM_NOACCESS(ptr, usize) do { \ argument
20 #define JEMALLOC_VALGRIND_MAKE_MEM_UNDEFINED(ptr, usize) do { \ argument
24 #define JEMALLOC_VALGRIND_MAKE_MEM_DEFINED(ptr, usize) do { \ argument
33 #define JEMALLOC_VALGRIND_MALLOC(cond, tsdn, ptr, usize, zero) do { \ argument
39 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, tsdn, ptr, usize, \ argument
83 #define JEMALLOC_VALGRIND_MAKE_MEM_NOACCESS(ptr, usize) do {} while (0) argument
84 #define JEMALLOC_VALGRIND_MAKE_MEM_UNDEFINED(ptr, usize) do {} while (0) argument
85 #define JEMALLOC_VALGRIND_MAKE_MEM_DEFINED(ptr, usize) do {} while (0) argument
86 #define JEMALLOC_VALGRIND_MALLOC(cond, tsdn, ptr, usize, zero) do {} while (0) argument
87 #define JEMALLOC_VALGRIND_REALLOC(maybe_moved, tsdn, ptr, usize, \ argument
HDprof.h411 prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_tctx_set()
421 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, size_t usize, const void *old_ptr, in prof_tctx_reset()
432 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update()
462 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep()
483 prof_malloc(tsdn_t *tsdn, const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc()
497 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc()
534 prof_free(tsd_t *tsd, const void *ptr, size_t usize) in prof_free()
HDjemalloc_internal.h638 size_t usize = grp_size + mod_size; in index2size_compute() local
679 size_t usize = (size + delta_mask) & ~delta_mask; in s2u_compute() local
714 size_t usize; in sa2u() local
981 ipallocztm(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipallocztm()
1001 ipalloct(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipalloct()
1009 ipalloc(tsd_t *tsd, size_t usize, size_t alignment, bool zero) in ipalloc()
1033 u2rz(size_t usize) in u2rz()
1049 size_t usize = isalloc(tsdn, ptr, false); in p2rz() local
1110 size_t usize, copysize; in iralloct_realign() local
HDquarantine.h16 size_t usize; member
HDarena.h1246 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in arena_prof_tctx_set()
1282 arena_prof_tctx_reset(tsdn_t *tsdn, const void *ptr, size_t usize, in arena_prof_tctx_reset()
/freebsd-11-stable/contrib/jemalloc/src/
HDhuge.c43 huge_malloc(tsdn_t *tsdn, arena_t *arena, size_t usize, bool zero) in huge_malloc()
52 huge_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, in huge_palloc()
117 huge_dalloc_junk(tsdn_t *tsdn, void *ptr, size_t usize) in huge_dalloc_junk()
139 size_t usize, usize_next; in huge_ralloc_no_move_similar() local
200 size_t usize) in huge_ralloc_no_move_shrink()
253 size_t usize, bool zero) { in huge_ralloc_no_move_expand()
352 huge_ralloc_move_helper(tsdn_t *tsdn, arena_t *arena, size_t usize, in huge_ralloc_move_helper()
363 size_t usize, size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc()
HDjemalloc.c1450 ialloc_prof_sample(tsd_t *tsd, size_t usize, szind_t ind, bool zero, in ialloc_prof_sample()
1470 ialloc_prof(tsd_t *tsd, size_t usize, szind_t ind, bool zero, bool slow_path) in ialloc_prof()
1496 ialloc_body(size_t size, bool zero, tsdn_t **tsdn, size_t *usize, in ialloc_body()
1528 ialloc_post_check(void *ret, tsdn_t *tsdn, size_t usize, const char *func, in ialloc_post_check()
1576 imemalign_prof_sample(tsd_t *tsd, size_t alignment, size_t usize, in imemalign_prof_sample()
1596 imemalign_prof(tsd_t *tsd, size_t alignment, size_t usize) in imemalign_prof()
1621 size_t usize; in imemalign() local
1753 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample()
1772 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize) in irealloc_prof()
1798 size_t usize; in ifree() local
[all …]
HDarena.c820 arena_huge_malloc_stats_update(arena_t *arena, size_t usize) in arena_huge_malloc_stats_update()
833 arena_huge_malloc_stats_update_undo(arena_t *arena, size_t usize) in arena_huge_malloc_stats_update_undo()
846 arena_huge_dalloc_stats_update(arena_t *arena, size_t usize) in arena_huge_dalloc_stats_update()
859 arena_huge_reset_stats_cancel(arena_t *arena, size_t usize) in arena_huge_reset_stats_cancel()
870 arena_huge_dalloc_stats_update_undo(arena_t *arena, size_t usize) in arena_huge_dalloc_stats_update_undo()
883 arena_huge_ralloc_stats_update(arena_t *arena, size_t oldsize, size_t usize) in arena_huge_ralloc_stats_update()
892 size_t usize) in arena_huge_ralloc_stats_update_undo()
927 chunk_hooks_t *chunk_hooks, size_t usize, size_t alignment, bool *zero, in arena_chunk_alloc_huge_hard()
950 arena_chunk_alloc_huge(tsdn_t *tsdn, arena_t *arena, size_t usize, in arena_chunk_alloc_huge()
978 arena_chunk_dalloc_huge(tsdn_t *tsdn, arena_t *arena, void *chunk, size_t usize) in arena_chunk_dalloc_huge()
[all …]
HDckh.c265 size_t usize; in ckh_grow() local
305 size_t usize; in ckh_shrink() local
354 size_t mincells, usize; in ckh_new() local
HDquarantine.c120 size_t usize = isalloc(tsd_tsdn(tsd), ptr, config_prof); in quarantine() local
HDbase.c84 size_t csize, usize; in base_alloc() local
HDprof.c226 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object()
244 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object()
/freebsd-11-stable/bin/ed/
HDundo.c36 static long usize = 0; /* stack size variable */ variable
/freebsd-11-stable/usr.bin/gzip/
HDgzip.c1824 off_t usize, gsize; in handle_stdin() local
1933 off_t usize; in handle_stdout() local
2035 off_t usize, gsize; in handle_file() local
2141 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage()
2204 uint32_t usize; in print_list() local
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_write_add_filter_lzop.c322 lzo_uint usize, csize; in drive_compressor() local
/freebsd-11-stable/contrib/gcc/
HDlocal-alloc.c1851 int usize, ssize; in combine_regs() local
/freebsd-11-stable/sys/dev/iwi/
HDif_iwireg.h164 uint32_t usize; /* size of ucode image */ member