Home
last modified time | relevance | path

Searched defs:uintptr_t (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackend.h228 void registerAlloc(uintptr_t, uintptr_t) {} in registerAlloc() argument
229 void registerFree(uintptr_t, uintptr_t) {} in registerFree() argument
/oneTBB/test/tbb/
H A Dtest_concurrent_monitor.cpp82 test_monitor.notify([] ( std::uintptr_t ) { return true; }); in __anon1eb8c3140202()