Home
last modified time | relevance | path

Searched refs:raw_bytes (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h178 static int deallocate_request(intptr_t pool_id, void*, size_t raw_bytes);
234 int memory_pool<Alloc>::deallocate_request(intptr_t pool_id, void* raw_ptr, size_t raw_bytes) { in deallocate_request() argument
237 __TBBMALLOC_ASSERT( 0 == raw_bytes%unit_size, nullptr); in deallocate_request()
238 …self.my_alloc.deallocate( static_cast<typename Alloc::value_type*>(raw_ptr), raw_bytes/unit_size ); in deallocate_request()
H A Dscalable_allocator.h140 typedef int (*rawFreeType)(std::intptr_t pool_id, void* raw_ptr, std::size_t raw_bytes);