MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / create

Function create

source/util/concurrentqueue.h:3628–3632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3626
3627 template<typename U>
3628 static inline U* create()
3629 {
3630 void* p = aligned_malloc<U>(sizeof(U));
3631 return p != nullptr ? new (p) U : nullptr;
3632 }
3633
3634 template<typename U, typename A1>
3635 static inline U* create(A1&& a1)

Callers 13

createMethod · 0.85
pugixml.cppFile · 0.85
getFunctionNameFunction · 0.85
setupFunction · 0.85
applyMethod · 0.85
x11_SetClassHintFunction · 0.85
x11_SetWMPropertiesFunction · 0.85
startProcessMethod · 0.85
cloneMethod · 0.85
getOpenGLMethod · 0.85

Calls

no outgoing calls

Tested by 2

createMethod · 0.68
setupFunction · 0.68