Searched refs:raw_alloc_vector (Results 1 – 2 of 2) sorted by relevance
190 raw_alloc_vector.push_back(raw_args); in runRawFunctions()235 raw_alloc_vector.push_back(raw_args); in runJavaFunctions()291 for (const auto& raw : raw_alloc_vector) { in freeAll()294 raw_alloc_vector.clear(); in freeAll()
70 std::vector<void*> raw_alloc_vector; variable