Home
last modified time | relevance | path

Searched refs:BINMAPSIZE (Results 1 – 17 of 17) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_heap_glibc.h33 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
125 unsigned int binmap[BINMAPSIZE]; /* bitmap of bins */
140 unsigned int binmap[BINMAPSIZE]; /* bitmap of bins */
194 unsigned int binmap[BINMAPSIZE]; /* bitmap of bins */
210 unsigned int binmap[BINMAPSIZE]; /* bitmap of bins */
221 unsigned int binmap[BINMAPSIZE]; /* bitmap of bins */
/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1417 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
1464 unsigned int binmap[BINMAPSIZE+1];
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dlinux_heap_glibc.c148 for (i = 0; i < BINMAPSIZE; i++) { in GH()
171 for (i = 0; i < BINMAPSIZE; i++) { in GH()
258 for (i = 0; i < BINMAPSIZE; i++) { in GH()
367 for (i = 0; i < BINMAPSIZE; i++) { in GH()
/dports/games/ldmud/ldmud-3.3.720/src/ptmalloc/
H A Dhooks.c561 for (i=0; i<(int)BINMAPSIZE; ++i) in public_sET_STATe()
H A Dmalloc.c2202 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2329 unsigned int binmap[BINMAPSIZE];
4205 if (++block >= BINMAPSIZE) /* out of bins */ in _int_malloc()
/dports/devel/ptmalloc2/ptmalloc2/
H A Dhooks.c569 for (i=0; i<BINMAPSIZE; ++i) in public_sET_STATe()
H A Dmalloc.c2098 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2225 unsigned int binmap[BINMAPSIZE];
4069 if (++block >= BINMAPSIZE) /* out of bins */ in _int_malloc()
/dports/games/mahjong/mj-1.16-src/
H A Dmalloc.c2279 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2410 unsigned int binmap[BINMAPSIZE+1];
3608 if (++block >= BINMAPSIZE) /* out of bins */
/dports/comms/qico/qico-15673bf/lib/
H A Ddlmalloc.c2281 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2412 unsigned int binmap[BINMAPSIZE+1];
3610 if (++block >= BINMAPSIZE) /* out of bins */
/dports/math/algae/algae-4.3.6/src/
H A Ddlmalloc.c2291 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2422 unsigned int binmap[BINMAPSIZE+1];
3620 if (++block >= BINMAPSIZE) /* out of bins */
/dports/math/singular/Singular-Release-4-2-1/ppcc/gclib/
H A Ddlmalloc.c2200 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2321 unsigned int binmap[BINMAPSIZE];
3459 if (++block >= BINMAPSIZE) /* out of bins */
/dports/irc/unreal/Unreal3.2.10.7/extras/
H A Dmalloc.c2280 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2411 unsigned int binmap[BINMAPSIZE];
3609 if (++block >= BINMAPSIZE) /* out of bins */
/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dmalloc.c2284 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2415 unsigned int binmap[BINMAPSIZE+1];
3612 if (++block >= BINMAPSIZE) /* out of bins */
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2263 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2971 unsigned int binmap[BINMAPSIZE+1];
4184 if (++block >= BINMAPSIZE) /* out of bins */
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2263 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2971 unsigned int binmap[BINMAPSIZE+1];
4184 if (++block >= BINMAPSIZE) /* out of bins */
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2263 #define BINMAPSIZE (NBINS / BITSPERMAP) macro
2971 unsigned int binmap[BINMAPSIZE+1];
4184 if (++block >= BINMAPSIZE) /* out of bins */
/dports/lang/yap/yap-6.2.2/C/
H A Ddlmalloc.c1507 if (++block >= BINMAPSIZE) /* out of bins */