Home
last modified time | relevance | path

Searched defs:POOL (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.h51 #define DE_POOL_NEW(POOL, TYPE) ((TYPE*)deMemPool_alloc(POOL, sizeof(TYPE))) argument
/external/python/cpython2/Objects/
Dobmalloc.c737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument