aboutsummaryrefslogtreecommitdiffhomepage
path: root/memprof
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-12-26 19:11:15 +0300
committerlevlam <levlam@telegram.org>2018-12-26 19:11:15 +0300
commitac3fa705a295d0a4009cfdb09d4be3f9664c80d6 (patch)
treedf62939385e261aa20c5e083ee5f2f231a2c142c /memprof
parent3b238f6fbaefc7b4cf1b64d1b19300e040bc5ffd (diff)
File streaming fixes.
GitOrigin-RevId: 86c6d1394a31d6bb108a12e14f4d981133ece235
Diffstat (limited to 'memprof')
-rw-r--r--memprof/memprof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memprof/memprof.cpp b/memprof/memprof.cpp
index 11822ee00..9be278af5 100644
--- a/memprof/memprof.cpp
+++ b/memprof/memprof.cpp
@@ -280,7 +280,7 @@ void *memalign(std::size_t aligment, std::size_t size) {
}
}
-// c++14 guarantees than it is enough to override this two operators.
+// c++14 guarantees that it is enough to override these two operators.
void *operator new(std::size_t count) {
return malloc_with_frame(count, get_backtrace());
}