Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdePoolHeap.c53 DE_DECLARE_POOL_HEAP(TestHeap, HeapItem, HeapItem_cmp);
DdePoolHeap.h57 #define DE_DECLARE_POOL_HEAP(TYPENAME, VALUETYPE, CMPFUNC) \ macro