Lines Matching refs:pol
437 rml::MemPoolPolicy pol(getMem, putMem); in TestPools() local
442 pool_create_v1(0, &pol, &pool1); in TestPools()
443 pool_create_v1(0, &pol, &pool2); in TestPools()
451 pool_create_v1(0, &pol, &fixedPool); in TestPools()
452 pol.pAlloc = getMallocMem; in TestPools()
453 pol.pFree = putMallocMem; in TestPools()
454 pol.granularity = 8; in TestPools()
457 pool_create_v1(0, &pol, &mallocPool); in TestPools()
511 pool_create_v1(0, &pol, &mallocPool); in TestPools()
542 pool_create_v1(0, &pol, &mallocPool); in TestPools()
664 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestBackend() local
666 pool_create_v1(0, &pol, &mPool); in TestBackend()