Home
last modified time | relevance | path

Searched refs:GetAddress (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp160 utils::GetAddress(lib, "scalable_malloc", malloc_ptr); in operator ()()
161 utils::GetAddress(lib, "scalable_free", free_ptr); in operator ()()
162 utils::GetAddress(lib, "scalable_aligned_malloc", aligned_malloc_ptr); in operator ()()
163 utils::GetAddress(lib, "scalable_aligned_free", aligned_free_ptr); in operator ()()
H A Dtest_malloc_used_by_lib.cpp77 utils::NativeParallelFor(std::size_t(4), UseDll(utils::GetAddress(lib, "callDll"))); in LoadThreadsUnload()
99 runPtr = utils::GetAddress(lib, "callDll"); in operator ()()
/oneTBB/test/common/
H A Dutils_dynamic_libs.h109 void GetAddress(utils::LIBRARY_HANDLE lib, const char *name, FunctionPointer& func) in GetAddress() function
119 FunctionAddress GetAddress(utils::LIBRARY_HANDLE lib, const char *name) in GetAddress() function
122 GetAddress(lib, name, func); in GetAddress()
/oneTBB/test/tbb/
H A Dtest_dynamic_link.cpp72 …REQUIRE_MESSAGE((utils::GetAddress(utils::OpenLibrary(nullptr), "foo1") && utils::GetAddress(utils… in test_dynamic_link()