aboutsummaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests/TestCases/atexit_stats.cc
blob: e3b1269d25ccc18b6e073f0d44804c5066768e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Make sure we report atexit stats.
// RUN: %clangxx_asan -O3 %s -o %t
// RUN: ASAN_OPTIONS=atexit=1:print_stats=1 %t 2>&1 | FileCheck %s
#include <stdlib.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
int *p1 = (int*)malloc(900);
int *p2 = (int*)malloc(90000);
int *p3 = (int*)malloc(9000000);
int main() { }

// CHECK: AddressSanitizer exit stats: