Searched refs:GetAddress (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_lib_unload.cpp | 160 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 D | test_malloc_used_by_lib.cpp | 77 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 D | utils_dynamic_libs.h | 109 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 D | test_dynamic_link.cpp | 72 …REQUIRE_MESSAGE((utils::GetAddress(utils::OpenLibrary(nullptr), "foo1") && utils::GetAddress(utils… in test_dynamic_link()
|