MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / Destroy

Method Destroy

extra/yassl/taocrypt/mySTL/memory_array.hpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 T* ptr_;
47
48 void Destroy()
49 {
50 #ifdef YASSL_LIB
51 yaSSL::ysArrayDelete(ptr_);
52 #else
53 TaoCrypt::tcArrayDelete(ptr_);
54 #endif
55 }
56public:
57 explicit auto_array(T* p = 0) : ptr_(p) {}
58

Callers

nothing calls this directly

Calls 2

ysArrayDeleteFunction · 0.85
tcArrayDeleteFunction · 0.85

Tested by

no test coverage detected