Searched refs:tmpPool (Results 1 – 2 of 2) sorted by relevance
41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse() local42 CharPtrArray* args = tmpPool ? CharPtrArray_create(tmpPool) : DE_NULL; in deCommandLine_parse()51 if (tmpPool) in deCommandLine_parse()52 deMemPool_destroy(tmpPool); in deCommandLine_parse()67 deMemPool_destroy(tmpPool); in deCommandLine_parse()104 deMemPool_destroy(tmpPool); in deCommandLine_parse()125 deMemPool_destroy(tmpPool); in deCommandLine_parse()135 deMemPool_destroy(tmpPool); in deCommandLine_parse()
554 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest() local555 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL; in runSingletonThreadedTest()583 deMemPool_destroy(tmpPool); in runSingletonThreadedTest()