summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Anderson <iana@apple.com>2023-08-31 12:15:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-31 12:15:00 +0000
commit873b915d5a9cf700c2aac79a31ebfc9e58fbe3d2 (patch)
tree52020fe05fa6b999f02435dcfceae5f50436b411
parent1843ed9c81cb08a9b4b1ecac52ed1fc02335854e (diff)
parent6eed0002f7603c59f2643e8cd9cf67d41223c2c2 (diff)
downloadgwp_asan-873b915d5a9cf700c2aac79a31ebfc9e58fbe3d2.tar.gz
[Headers][Modules] Make separate headers for the stdarg.h and stddef.h pieces so that they can be modularized am: 6eed0002f7
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/2733845 Change-Id: I83d1e6b60a529c6ace7d940a67f029339a256416 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-