Searched defs:idPool (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c41 CRHashIdPool *idPool; member in struct:CRHashTable
383 hash->idPool = crAllocHashIdPoolEx( min, max );
425 crFreeHashIdPool( hash->idPool );
499 crHashIdPoolAllocId (h->idPool, key);
511 fAllocated = crHashIdPoolAllocId (h->idPool, key);
523 crHashIdWalkKeys(h->idPool, walkFunc , data);
537 res = crHashIdPoolAllocBlock (h->idPool, range);
580 crHashIdPoolFreeBlock( h->idPool, key, 1 );
664 return (GLboolean) !crHashIdPoolIsIdFree( h->idPool, id);

Completed in 43 milliseconds