MCPcopy Create free account
hub / github.com/catboost/catboost / Escape

Function Escape

library/cpp/testing/benchmark/bench.h:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60#if defined(__GNUC__)
61 template <typename T>
62 Y_FORCE_INLINE void Escape(T* p) {
63 asm volatile(""
64 :
65 : "g"(p)
66 : "memory");
67 }
68#else
69 template <typename T>
70 Y_FORCE_INLINE void Escape(T*) {

Callers 1

Y_CPU_BENCHMARKFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected