Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/allocators/
Dallocator.hpp182 value_type *reuse_raw = ipcdetail::to_raw_pointer(reuse); in allocation_command() local
183 …er const p = mp_mngr->allocation_command(command, limit_size, prefer_in_recvd_out_size, reuse_raw); in allocation_command()
184 reuse = reuse_raw; in allocation_command()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp347 value_type *reuse_raw = ipcdetail::to_raw_pointer(reuse); in allocation_command() local
349 (command, limit_size, prefer_in_recvd_out_size, reuse_raw); in allocation_command()
350 reuse = reuse_raw; in allocation_command()