Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h381 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
384 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
437 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
448 Item items[ITEMS_PER_BLOCK];