summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Anderson <iana@apple.com>2023-08-31 18:06:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-31 18:06:55 +0000
commited01978bf35ed505688232885b0c84c82a63a27e (patch)
tree52020fe05fa6b999f02435dcfceae5f50436b411
parent3150a5e95c99a4a437368fb66c007fd5a7828d43 (diff)
parent17dcbe1605fa977c61a220ac95fd37622129fffd (diff)
downloadgwp_asan-ed01978bf35ed505688232885b0c84c82a63a27e.tar.gz
[Headers][Modules] Make separate headers for the stdarg.h and stddef.h pieces so that they can be modularized am: 6eed0002f7 am: 873b915d5a am: 072967b2bd am: d0db2b7e45 am: 17dcbe1605
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/2733845 Change-Id: I6257b4e2b21b6e7859d673d571959546fe6ddef8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--gwp_asan/guarded_pool_allocator.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gwp_asan/guarded_pool_allocator.h b/gwp_asan/guarded_pool_allocator.h
index de07b67..a02a353 100644
--- a/gwp_asan/guarded_pool_allocator.h
+++ b/gwp_asan/guarded_pool_allocator.h
@@ -20,6 +20,15 @@
#include <stddef.h>
#include <stdint.h>
// IWYU pragma: no_include <__stddef_max_align_t.h>
+// IWYU pragma: no_include <__stddef_null.h>
+// IWYU pragma: no_include <__stddef_nullptr_t.h>
+// IWYU pragma: no_include <__stddef_offsetof.h>
+// IWYU pragma: no_include <__stddef_ptrdiff_t.h>
+// IWYU pragma: no_include <__stddef_rsize_t.h>
+// IWYU pragma: no_include <__stddef_size_t.h>
+// IWYU pragma: no_include <__stddef_unreachable.h>
+// IWYU pragma: no_include <__stddef_wchar_t.h>
+// IWYU pragma: no_include <__stddef_wint_t.h>
namespace gwp_asan {
// This class is the primary implementation of the allocator portion of GWP-