mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
And use 16k pages on ia64. Maybe this should be a configure thing
svn:r14073
This commit is contained in:
@@ -98,7 +98,10 @@ static pthread_mutex_t gen_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
#if defined(__sparc__) || defined(__alpha__)
|
||||
#define malloc_pageshift 13U
|
||||
#endif /* __sparc__ */
|
||||
#endif
|
||||
#if defined(__ia64__)
|
||||
#define malloc_pageshift 14U
|
||||
#endif
|
||||
|
||||
#ifndef malloc_pageshift
|
||||
#define malloc_pageshift (PGSHIFT)
|
||||
|
||||
Reference in New Issue
Block a user