- Timestamp:
- 12/16/09 12:30:42 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/varnish-cache/lib/libjemalloc/jemalloc_linux.c
r3611 r4410 244 244 # define NO_TLS 245 245 #endif 246 #ifdef __sparc 64__246 #ifdef __sparc__ 247 247 # define PAGESIZE_2POW 13 248 248 # define QUANTUM_2POW 4 … … 272 272 # define QUANTUM_2POW 4 273 273 # define SIZEOF_PTR_2POW 2 274 #endif 275 #ifdef __s390x__ 276 # define PAGESIZE_2POW 12 277 # define QUANTUM_2POW 4 278 # define SIZEOF_PTR_2POW 3 274 279 #endif 275 280
