Home
last modified time | relevance | path

Searched refs:reportDeallocation (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp32 static void reportDeallocation(void *ptr) { in reportDeallocation() function
88 reportDeallocation(ptr); in operator delete()
92 reportDeallocation(ptr); in operator delete[]()
97 reportDeallocation(ptr); in operator delete()
102 reportDeallocation(ptr); in operator delete[]()
106 reportDeallocation(ptr); in operator delete()
110 reportDeallocation(ptr); in operator delete[]()
115 reportDeallocation(ptr); in operator delete()
121 reportDeallocation(ptr); in operator delete[]()
127 reportDeallocation(ptr); in operator delete()
[all …]
H A Dwrappers_c.inc25 static void reportDeallocation(void *ptr) {
67 reportDeallocation(ptr);
191 reportDeallocation(ptr);