X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fmheap.h;h=61d262c5f3369cca4e09d2d57054abad0f79abee;hb=92e3082199d10add866894e86a9762d79a3536c4;hp=afc2bf485b51368fc4d02aff673802282d128bc0;hpb=ae8819f0a426953aa7ebf97c2e26940525b55fb1;p=vpp.git diff --git a/src/vppinfra/mheap.h b/src/vppinfra/mheap.h index afc2bf485b5..61d262c5f33 100644 --- a/src/vppinfra/mheap.h +++ b/src/vppinfra/mheap.h @@ -90,6 +90,7 @@ int test_mheap_main (unformat_input_t * input); /* Format mheap data structures as string. */ u8 *format_mheap (u8 * s, va_list * va); void *mheap_alloc_with_lock (void *memory, uword size, int locked); +void mheap_usage (void *v, clib_mem_usage_t * usage); #endif /* USE_DLMALLOC */