diff options
author | chai <chaifix@163.com> | 2018-10-26 08:28:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-26 08:28:21 +0800 |
commit | ba97a053286bdb17643448cc5034c71065bc4e86 (patch) | |
tree | 9744e33dc9da330a4ba294b6f4df7938974bae7a /build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h | |
parent | 519bc6735f34b8bc79f696996fdc4defee5253f8 (diff) |
-删除无用的Libs
Diffstat (limited to 'build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h')
-rw-r--r-- | build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h b/build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h deleted file mode 100644 index f87a7cf..0000000 --- a/build/vc++/libs/LuaJIT-2.0.5/include/LuaJIT/lj_alloc.h +++ /dev/null @@ -1,17 +0,0 @@ -/* -** Bundled memory allocator. -** Donated to the public domain. -*/ - -#ifndef _LJ_ALLOC_H -#define _LJ_ALLOC_H - -#include "lj_def.h" - -#ifndef LUAJIT_USE_SYSMALLOC -LJ_FUNC void *lj_alloc_create(void); -LJ_FUNC void lj_alloc_destroy(void *msp); -LJ_FUNC void *lj_alloc_f(void *msp, void *ptr, size_t osize, size_t nsize); -#endif - -#endif |