OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large_alloc
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
large_allocation_leak.cc
11
void *
large_alloc
= malloc(33554432);
local
12
fprintf(stderr, "Test alloc: %p.\n",
large_alloc
);
Completed in 122 milliseconds