MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator new

Function operator new

TSPlatform.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 void __cdecl operator delete[](void *);
55
56 inline void *__cdecl operator new(size_t, void *ptr)
57 {
58 return (ptr);
59 }
60
61 inline void *__cdecl operator new[](size_t, void *ptr)
62 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected