X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=firmware_extractor.git;a=blobdiff_plain;f=heap_reap.h;fp=heap_reap.h;h=ebc7074e31a1b62378a3462f935ecbb982edd510;hp=0000000000000000000000000000000000000000;hb=471193f5356782a85ea6378fd4355db97930d122;hpb=c7c0814af01c976d6b941a883780b5a49709b26c diff --git a/heap_reap.h b/heap_reap.h new file mode 100644 index 0000000..ebc7074 --- /dev/null +++ b/heap_reap.h @@ -0,0 +1,10 @@ +#ifndef __HEAP_REAP_H +#define __HEAP_REAP_H + +#include +#include + +extern unsigned int heap_debug; +void * heap_and_reap(void *ptr, size_t nmemb, size_t size); + +#endif