Home
last modified time | relevance | path

Searched defs:pPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct()
36 static void construct(value_type* pPtr, const value_type& pValue) { in construct()
40 static void destroy(value_type* pPtr) {} in destroy()
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } in construct()
72 static void construct(value_type* pPtr, const value_type& pValue) { in construct()
76 static void destroy(value_type* pPtr) { pPtr->~value_type(); } in destroy()
119 void construct(pointer pPtr, const_reference pValue) { in construct()
128 void construct(pointer pPtr) { chunk_type::construct(pPtr); } in construct()
132 void destroy(pointer pPtr) { chunk_type::destroy(pPtr); } in destroy()
171 void deallocate(pointer& pPtr, size_type N) { in deallocate()
[all …]
DGCFactory.h136 void deallocate(pointer& pPtr, size_type N) { in deallocate()
142 void deallocate(pointer& pPtr) { in deallocate()