HomeSort by relevance Sort by last modified time
    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