Searched refs:raw_alloc_vector (Results 1 – 2 of 2) sorted by relevance
182 raw_alloc_vector.push_back(raw_args); in runRawFunctions()220 raw_alloc_vector.push_back(raw_args); in runJavaFunctions()271 for (const auto& raw : raw_alloc_vector) { in freeAll()274 raw_alloc_vector.clear(); in freeAll()
69 std::vector<void*> raw_alloc_vector; variable