We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4d2b5 commit c055678Copy full SHA for c055678
compiler-rt/lib/gwp_asan/tests/basic.cpp
@@ -8,6 +8,8 @@
8
9
#include "gwp_asan/tests/harness.h"
10
11
+#include <unistd.h>
12
+
13
TEST_F(CustomGuardedPoolAllocator, BasicAllocation) {
14
InitNumSlots(1);
15
void *Ptr = GPA.allocate(1);
compiler-rt/lib/gwp_asan/tests/never_allocated.cpp
@@ -12,6 +12,8 @@
#include "gwp_asan/crash_handler.h"
16
17
TEST_P(BacktraceGuardedPoolAllocatorDeathTest, NeverAllocated) {
18
size_t PageSize = sysconf(_SC_PAGESIZE);
19
0 commit comments