Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h57 #define TreeBlockAllocSize 500 macro
Dfset2.c245 if ( (n+TreeBlockAllocSize) >= TreeResourceLimit )
255 newblk = (Tree *)calloc(TreeBlockAllocSize, sizeof(Tree));
265 n += TreeBlockAllocSize;
266 for (p=newblk; p<&(newblk[TreeBlockAllocSize]); p++)