mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
*BSD fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3639 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3b94f787b
commit
f519dfe15c
10 changed files with 63 additions and 242 deletions
|
@ -109,6 +109,9 @@ GSOutOfMemory(size_t size, BOOL retry)
|
|||
#if GS_WITH_GC == 0
|
||||
|
||||
/* Alignment */
|
||||
#ifdef ALIGN
|
||||
#undef ALIGN
|
||||
#endif
|
||||
#define ALIGN ((__alignof__(double) < 8) ? 8 : __alignof__(double))
|
||||
#define MINGRAN 256 /* Minimum granularity. */
|
||||
#define DEFBLOCK 16384 /* Default granularity. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue