Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Side by Side Diff: third_party/tcmalloc/chromium/src/base/linux_syscall_support.h

Issue 7050034: Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2005-2008, Google Inc. 1 /* Copyright (c) 2005-2008, Google Inc.
2 * All rights reserved. 2 * All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 #define __NR__socketcall __NR_socketcall 2586 #define __NR__socketcall __NR_socketcall
2587 LSS_INLINE _syscall2(int, fstat64, int, f, 2587 LSS_INLINE _syscall2(int, fstat64, int, f,
2588 struct kernel_stat64 *, b) 2588 struct kernel_stat64 *, b)
2589 LSS_INLINE _syscall5(int, _llseek, uint, fd, ulong, hi, ulong, lo, 2589 LSS_INLINE _syscall5(int, _llseek, uint, fd, ulong, hi, ulong, lo,
2590 loff_t *, res, uint, wh) 2590 loff_t *, res, uint, wh)
2591 LSS_INLINE _syscall1(void*, mmap, void*, a) 2591 LSS_INLINE _syscall1(void*, mmap, void*, a)
2592 #ifndef __PPC64__ 2592 #ifndef __PPC64__
2593 LSS_INLINE _syscall6(void*, mmap2, void*, s, 2593 LSS_INLINE _syscall6(void*, mmap2, void*, s,
2594 size_t, l, int, p, 2594 size_t, l, int, p,
2595 int, f, int, d, 2595 int, f, int, d,
2596 __off64_t, o) 2596 off_t, o)
2597 #endif 2597 #endif
2598 LSS_INLINE _syscall3(int, _sigaction, int, s, 2598 LSS_INLINE _syscall3(int, _sigaction, int, s,
2599 const struct kernel_old_sigaction*, a, 2599 const struct kernel_old_sigaction*, a,
2600 struct kernel_old_sigaction*, o) 2600 struct kernel_old_sigaction*, o)
2601 LSS_INLINE _syscall1(int, _sigpending, unsigned long*, s) 2601 LSS_INLINE _syscall1(int, _sigpending, unsigned long*, s)
2602 LSS_INLINE _syscall3(int, _sigprocmask, int, h, 2602 LSS_INLINE _syscall3(int, _sigprocmask, int, h,
2603 const unsigned long*, s, 2603 const unsigned long*, s,
2604 unsigned long*, o) 2604 unsigned long*, o)
2605 #ifdef __PPC__ 2605 #ifdef __PPC__
2606 LSS_INLINE _syscall1(int, _sigsuspend, unsigned long, s) 2606 LSS_INLINE _syscall1(int, _sigsuspend, unsigned long, s)
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3011 } 3011 }
3012 #endif 3012 #endif
3013 #endif 3013 #endif
3014 3014
3015 #if defined(__cplusplus) && !defined(SYS_CPLUSPLUS) 3015 #if defined(__cplusplus) && !defined(SYS_CPLUSPLUS)
3016 } 3016 }
3017 #endif 3017 #endif
3018 3018
3019 #endif 3019 #endif
3020 #endif 3020 #endif
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/base/dynamic_annotations.c ('k') | third_party/tcmalloc/chromium/src/base/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698