Home
last modified time | relevance | path

Searched refs:reuse_ptr_void (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/container/
Dadaptive_pool.hpp335 void* reuse_ptr_void = reuse_ptr; in priv_allocation_command() local
336 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
337 reuse_ptr = ret.second ? static_cast<T*>(reuse_ptr_void) : 0; in priv_allocation_command()
595 void* reuse_ptr_void = reuse_ptr; in priv_allocation_command() local
596 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
597 reuse_ptr = ret.second ? static_cast<T*>(reuse_ptr_void) : 0; in priv_allocation_command()
Dallocator.hpp354 void* reuse_ptr_void = reuse_ptr; in priv_allocation_command() local
355 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
356 reuse_ptr = ret.second ? static_cast<T*>(reuse_ptr_void) : 0; in priv_allocation_command()
Dnode_allocator.hpp327 void* reuse_ptr_void = reuse; in priv_allocation_command() local
328 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
329 reuse = static_cast<T*>(reuse_ptr_void); in priv_allocation_command()