changeset 1205 | af22fe211dde |
parent 1203 | 55f147714ce2 |
child 1213 | 050ee17c6e99 |
--- a/src/physfs_internal.h Fri Mar 09 22:27:51 2012 -0500 +++ b/src/physfs_internal.h Fri Mar 09 22:27:36 2012 -0500 @@ -76,7 +76,7 @@ * NEVER forget to use smallFree: it may not be a pointer from the stack. * NEVER forget to check for NULL...allocation can fail here, of course! */ -#define __PHYSFS_SMALLALLOCTHRESHOLD 128 +#define __PHYSFS_SMALLALLOCTHRESHOLD 256 void *__PHYSFS_initSmallAlloc(void *ptr, PHYSFS_uint64 len); #define __PHYSFS_smallAlloc(bytes) ( \