equal
deleted
inserted
replaced
38 ** (any reallocation to an equal or smaller size cannot fail!) |
38 ** (any reallocation to an equal or smaller size cannot fail!) |
39 */ |
39 */ |
40 |
40 |
41 |
41 |
42 |
42 |
43 #define MINSIZEARRAY 4 |
43 #define MINSIZEARRAY 4 |
44 |
44 |
45 |
45 |
46 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, |
46 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, |
47 int limit, const char *errormsg) { |
47 int limit, const char *errormsg) { |
48 void *newblock; |
48 void *newblock; |