|
| | boost::detail::win32::__declspec (dllimport) handle __stdcall GetProcessHeap() |
| |
| void * | boost::detail::allocate_raw_heap_memory (unsigned size) |
| |
| void | boost::detail::free_raw_heap_memory (void *heap_memory) |
| |
| template<typename T > |
| T * | boost::detail::heap_new () |
| |
| template<typename T , typename A1 > |
| T * | boost::detail::heap_new (A1 &&a1) |
| |
| template<typename T , typename A1 , typename A2 > |
| T * | boost::detail::heap_new (A1 &&a1, A2 &&a2) |
| |
| template<typename T , typename A1 , typename A2 , typename A3 > |
| T * | boost::detail::heap_new (A1 &&a1, A2 &&a2, A3 &&a3) |
| |
| template<typename T , typename A1 , typename A2 , typename A3 , typename A4 > |
| T * | boost::detail::heap_new (A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4) |
| |
| template<typename T > |
| void | boost::detail::heap_delete (T *data) |
| |