Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:NodesPerBlock

314   void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize);
331 return Index >= NodesPerBlock;
350 if (A < B || A >= B + NodesPerBlock*NodeMemSize)