Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1439 #define MAX_FAST_SIZE 80 macro
1444 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dmalloc.c2234 #define MAX_FAST_SIZE 80 macro
2236 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2730 assert((av->max_fast & ~1) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
5378 if (value >= 0 && value <= MAX_FAST_SIZE) {
5549 && !chunk_is_mmapped(chunk) && chunksize(chunk)<request2size(MAX_FAST_SIZE)) { in public_fREE_UNREFED_MEMORy()
/dports/lang/yap/yap-6.2.2/C/
H A Ddlmalloc.c772 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
2612 if (value >= 0 && value <= MAX_FAST_SIZE) {
2965 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in Yap_RestoreDLMalloc()
/dports/games/mahjong/mj-1.16-src/
H A Dmalloc.c2311 #define MAX_FAST_SIZE 80 macro
2313 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2767 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4751 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/comms/qico/qico-15673bf/lib/
H A Ddlmalloc.c2313 #define MAX_FAST_SIZE 80 macro
2315 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2769 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4753 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/math/algae/algae-4.3.6/src/
H A Ddlmalloc.c2323 #define MAX_FAST_SIZE 80 macro
2325 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2779 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4763 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/math/singular/Singular-Release-4-2-1/ppcc/gclib/
H A Ddlmalloc.c2232 #define MAX_FAST_SIZE 80 macro
2234 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2672 assert((av->max_fast & ~1) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4607 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/irc/unreal/Unreal3.2.10.7/extras/
H A Dmalloc.c2312 #define MAX_FAST_SIZE 80 macro
2314 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2768 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4752 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dmalloc.c2316 #define MAX_FAST_SIZE 80 macro
2318 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2772 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4772 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/devel/judy/judy-1.0.5/test/
H A Dmalloc-pre2.8a.c2032 #define MAX_FAST_SIZE (request2size(MAX_FAST_REQUEST)) macro
2034 #define NFASTBINS (fastbin_index(MAX_FAST_SIZE)+1)
2704 assert(get_max_fast(av) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
4059 if (value >= 0 && value <= MAX_FAST_SIZE) { in mALLOPt()
/dports/devel/ptmalloc2/ptmalloc2/
H A Dmalloc.c2130 #define MAX_FAST_SIZE 80 macro
2132 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
2634 assert((av->max_fast & ~1) <= request2size(MAX_FAST_SIZE)); in do_check_malloc_state()
5192 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2295 #define MAX_FAST_SIZE 80 macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
5395 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2295 #define MAX_FAST_SIZE 80 macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
5395 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2295 #define MAX_FAST_SIZE 80 macro
2297 #define NFASTBINS (fastbin_index(request2size(MAX_FAST_SIZE))+1)
5395 if (value >= 0 && value <= MAX_FAST_SIZE) {
/dports/security/gef/gef-2021.10/
H A Dgef.py7329 MAX_FAST_SIZE = 80 * SIZE_SZ // 4
7330 NFASTBINS = fastbin_index(MAX_FAST_SIZE) - 1