Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp27 static void reportAllocation(void *ptr, size_t size) { in reportAllocation() function
40 reportAllocation(Ptr, size); in operator new()
45 reportAllocation(Ptr, size); in operator new[]()
51 reportAllocation(Ptr, size); in operator new()
57 reportAllocation(Ptr, size); in operator new[]()
63 reportAllocation(Ptr, size); in operator new()
69 reportAllocation(Ptr, size); in operator new[]()
76 reportAllocation(Ptr, size); in operator new()
83 reportAllocation(Ptr, size); in operator new[]()
H A Dwrappers_c.inc20 static void reportAllocation(void *ptr, size_t size) {
62 reportAllocation(Ptr, Product);
112 reportAllocation(Ptr, size);
144 reportAllocation(Ptr, size);
159 reportAllocation(Ptr, size);
178 reportAllocation(Ptr, scudo::roundUp(size, PageSize));
187 reportAllocation(Ptr, size);
223 reportAllocation(Ptr, size);
312 reportAllocation(Ptr, size);