Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c200 #define LOG_OF_MIN_ARENA 11 macro
599 # define TWOK_MASK nBIT_MASK(LOG_OF_MIN_ARENA)
627 static const u_short n_blks[LOG_OF_MIN_ARENA * BUCKETS_PER_POW2] =
643 ? ((1<<LOG_OF_MIN_ARENA) \
953 || (SvLEN(sv) < (1<<LOG_OF_MIN_ARENA) - M_OVERHEAD)) in perl_get_emergency_buffer()
992 MEM_SIZE rsize = (((size - 1)>>LOG_OF_MIN_ARENA) + 1)<<LOG_OF_MIN_ARENA; in emergency_sbrk()
1310 || (p && PTR2UV(p) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc()
1717 ? LOG_OF_MIN_ARENA in morecore()
2055 && (onb > (1 << LOG_OF_MIN_ARENA))) { in Perl_realloc()
2062 shiftr = (newarena - 1) >> LOG_OF_MIN_ARENA; in Perl_realloc()
[all …]