Home
last modified time | relevance | path

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

/dports/lang/gawk/gawk-5.1.1/
H A Dnode.c1025 #define BLOCKCHUNK 100 macro
1068 emalloc(freep, struct block_item *, BLOCKCHUNK * size, "more_blocks"); in more_blocks()
1070 endp = p + BLOCKCHUNK * size; in more_blocks()
1081 nextfree[id].highwater += BLOCKCHUNK; in more_blocks()
H A DChangeLog976 (more_blocks): Bump nextfree[id].cnt by BLOCKCHUNK.