summaryrefslogtreecommitdiff
path: root/src/stdlib/_jkmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/_jkmalloc.h')
-rw-r--r--src/stdlib/_jkmalloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdlib/_jkmalloc.h b/src/stdlib/_jkmalloc.h
new file mode 100644
index 00000000..8786acea
--- /dev/null
+++ b/src/stdlib/_jkmalloc.h
@@ -0,0 +1,6 @@
+#ifndef ___JKMALLOC_H__
+#define ___JKMALLOC_H__
+
+void* __jkmalloc(const char *file, const char *func, uintmax_t line, void *ptr, size_t alignment, size_t size1 , size_t size2);
+
+#endif