Searched defs:heap_allocation (Results 1 – 1 of 1) sorted by relevance
209 struct heap_allocation { struct213 static T * invoke_new(){ in invoke_new()216 static void invoke_delete(T *t){ in invoke_delete()267 explicit heap_allocation(){ in heap_allocation() argument270 ~heap_allocation(){ in ~heap_allocation()274 T* get() const { in get()278 T* release() { in release()284 T* m_p;292 void * heap_allocation() const BOOST_OVERRIDE { in heap_allocation() function in boost::archive::detail::pointer_iserializer