Home
last modified time | relevance | path

Searched refs:fastbin_index (Results 1 – 15 of 15) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1442 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
1444 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
/dports/lang/yap/yap-6.2.2/C/
H A Ddlmalloc.c774 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
788 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
1310 fb = &(av->fastbins[(fastbin_index(nb))]);
1653 fb = &(av->fastbins[fastbin_index(size)]);
1810 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
2967 max_fast_bin = fastbin_index(av->max_fast); in Yap_RestoreDLMalloc()
2991 assert(fastbin_index(chunksize(p)) == i); in Yap_RestoreDLMalloc()
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dmalloc.c2231 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2236 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2732 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2746 assert(fastbin_index(chunksize(p)) == (unsigned long)i); in do_check_malloc_state()
3985 fb = &(av->fastbins[(fastbin_index(nb))]); in _int_malloc()
4366 fb = &(av->fastbins[fastbin_index(size)]); in _int_free()
4540 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
5555 fb = arena->fastbins[fastbin_index(chunksize(chunk))]; in public_fREE_UNREFED_MEMORy()
/dports/games/mahjong/mj-1.16-src/
H A Dmalloc.c2308 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2313 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2769 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2783 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3411 fb = &(av->fastbins[(fastbin_index(nb))]);
3754 fb = &(av->fastbins[fastbin_index(size)]);
3920 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/comms/qico/qico-15673bf/lib/
H A Ddlmalloc.c2310 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2315 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2771 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2785 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3413 fb = &(av->fastbins[(fastbin_index(nb))]);
3756 fb = &(av->fastbins[fastbin_index(size)]);
3922 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/math/algae/algae-4.3.6/src/
H A Ddlmalloc.c2320 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2325 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2781 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2795 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3423 fb = &(av->fastbins[(fastbin_index(nb))]);
3766 fb = &(av->fastbins[fastbin_index(size)]);
3932 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/math/singular/Singular-Release-4-2-1/ppcc/gclib/
H A Ddlmalloc.c2229 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2234 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2674 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2688 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3250 fb = &(av->fastbins[(fastbin_index(nb))]);
3620 fb = &(av->fastbins[fastbin_index(size)]);
3784 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/irc/unreal/Unreal3.2.10.7/extras/
H A Dmalloc.c2309 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2314 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2770 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2784 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3412 fb = &(av->fastbins[(fastbin_index(nb))]);
3755 fb = &(av->fastbins[fastbin_index(size)]);
3921 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dmalloc.c2313 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2318 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2774 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2788 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3415 fb = &(av->fastbins[(fastbin_index(nb))]);
3758 fb = &(av->fastbins[fastbin_index(size)]);
3924 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/devel/ptmalloc2/ptmalloc2/
H A Dmalloc.c2127 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2132 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2636 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2650 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
3849 fb = &(av->fastbins[(fastbin_index(nb))]); in _int_malloc()
4229 fb = &(av->fastbins[fastbin_index(size)]); in _int_free()
4403 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/devel/judy/judy-1.0.5/test/
H A Dmalloc-pre2.8a.c2026 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2034 #define NFASTBINS (fastbin_index(MAX_FAST_SIZE)+1)
2706 max_fast_bin = fastbin_index(av->max_fast); in do_check_malloc_state()
2720 assert(fastbin_index(chunksize(p)) == i); in do_check_malloc_state()
2982 mfastbinptr* fb = &(av->fastbins[(fastbin_index(nb))]); in mALLOc()
3208 fb = &(av->fastbins[fastbin_index(size)]); in fREe()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2292 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
3964 fb = &(av->fastbins[(fastbin_index(nb))]);
4375 fb = &(av->fastbins[fastbin_index(size)]);
4594 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2292 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
3964 fb = &(av->fastbins[(fastbin_index(nb))]);
4375 fb = &(av->fastbins[fastbin_index(size)]);
4594 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2292 #define fastbin_index(sz) ((((unsigned int)(sz)) >> 3) - 2) macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
3964 fb = &(av->fastbins[(fastbin_index(nb))]);
4375 fb = &(av->fastbins[fastbin_index(size)]);
4594 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);
/dports/security/gef/gef-2021.10/
H A Dgef.py7325 def fastbin_index(sz): function
7330 NFASTBINS = fastbin_index(MAX_FAST_SIZE) - 1
7355 if fastbin_index(chunk.get_chunk_size()) != i: