Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Ddebug.cxx88 #define PBLOCKCOUNT 1024 macro
92 void* aData[PBLOCKCOUNT];
535 memset( pFirst->aData, 0, PBLOCKCOUNT * sizeof( void* ) ); in Add()
543 while ( pBlock && (pBlock->nCount == PBLOCKCOUNT) ) in Add()
549 memset( pBlock->aData, 0, PBLOCKCOUNT * sizeof( void* ) ); in Add()
577 while ( i < PBLOCKCOUNT ) in Remove()
621 while ( i < PBLOCKCOUNT ) in Get()
650 while ( i < PBLOCKCOUNT ) in IsIn()

Completed in 20 milliseconds