Deleted Added
full compact
jemalloc_internal_decls.h (286866) jemalloc_internal_decls.h (296221)
1#ifndef JEMALLOC_INTERNAL_DECLS_H
2#define JEMALLOC_INTERNAL_DECLS_H
3
4#include "libc_private.h"
5#include "namespace.h"
6
7#include <math.h>
8#ifdef _WIN32

--- 7 unchanged lines hidden (view full) ---

16# include <sys/syscall.h>
17# if !defined(SYS_write) && defined(__NR_write)
18# define SYS_write __NR_write
19# endif
20# include <sys/uio.h>
21# endif
22# include <pthread.h>
23# include <errno.h>
1#ifndef JEMALLOC_INTERNAL_DECLS_H
2#define JEMALLOC_INTERNAL_DECLS_H
3
4#include "libc_private.h"
5#include "namespace.h"
6
7#include <math.h>
8#ifdef _WIN32

--- 7 unchanged lines hidden (view full) ---

16# include <sys/syscall.h>
17# if !defined(SYS_write) && defined(__NR_write)
18# define SYS_write __NR_write
19# endif
20# include <sys/uio.h>
21# endif
22# include <pthread.h>
23# include <errno.h>
24# include <sys/time.h>
24#endif
25#include <sys/types.h>
26
27#include <limits.h>
28#ifndef SIZE_T_MAX
29# define SIZE_T_MAX SIZE_MAX
30#endif
31#include <stdarg.h>

--- 36 unchanged lines hidden ---
25#endif
26#include <sys/types.h>
27
28#include <limits.h>
29#ifndef SIZE_T_MAX
30# define SIZE_T_MAX SIZE_MAX
31#endif
32#include <stdarg.h>

--- 36 unchanged lines hidden ---