diff include/urweb.h @ 324:b91480c9a729

More opportunities to use regions and lack of string copying
author Adam Chlipala <adamc@hcoop.net>
date Thu, 11 Sep 2008 13:06:51 -0400
parents 5030e909fbf3
children 7009b0ac1501
line wrap: on
line diff
--- a/include/urweb.h	Thu Sep 11 12:40:40 2008 -0400
+++ b/include/urweb.h	Thu Sep 11 13:06:51 2008 -0400
@@ -23,6 +23,7 @@
 void *uw_malloc(uw_context, size_t);
 void uw_begin_region(uw_context);
 void uw_end_region(uw_context);
+void uw_memstats(uw_context);
 
 int uw_send(uw_context, int sock);