diff options
Diffstat (limited to 'innobase/include/ut0mem.h')
-rw-r--r-- | innobase/include/ut0mem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/ut0mem.h b/innobase/include/ut0mem.h index 8e5a4fda0d3..2d245e5f72f 100644 --- a/innobase/include/ut0mem.h +++ b/innobase/include/ut0mem.h @@ -13,6 +13,9 @@ Created 5/30/1994 Heikki Tuuri #include <string.h> #include <stdlib.h> +/* The total amount of memory currently allocated from the OS with malloc */ +extern ulint ut_total_allocated_memory; + UNIV_INLINE void* ut_memcpy(void* dest, void* sour, ulint n); |