summaryrefslogtreecommitdiff
path: root/src/stdlib/_jkmalloc.h
blob: c608802428adb47cbeda3d536e9994bca1a205be (plain)
1
2
3
4
5
6
7
8
#ifndef ___JKMALLOC_H__
#define ___JKMALLOC_H__

#include <inttypes.h>

void* __jkmalloc(const char *file, const char *func, uintmax_t line, void *ptr, size_t alignment, size_t size1 , size_t size2, const char *user);

#endif