Home
last modified time | relevance | path

Searched refs:luaM_realloc_ (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/graphics/darktable/darktable-3.6.1/src/external/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/golly/golly-3.3-src/lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/security/nmap/nmap-7.91/liblua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/x11-toolkits/scintilla/scite/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/freeciv/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/lang/lua53/lua-5.3.6/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/devel/genie/GENie-a503d6e/src/host/lua-5.3.0/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/emulators/mame/mame-mame0226/3rdparty/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/editors/textadept/lua-5.3.5/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/lua/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/editors/scite/scite/lua/src/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.3.6/
H A Dlmem.h33 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
39 cast(char *, luaM_realloc_(L, (b), (on)*sizeof(char), (n)*sizeof(char)))
41 #define luaM_freemem(L, b, s) luaM_realloc_(L, (b), (s), 0)
42 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0)
43 #define luaM_freearray(L, b, n) luaM_realloc_(L, (b), (n)*sizeof(*(b)), 0)
45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s))
50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
62 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,

123456789