HomeSort by: relevance | last modified time | path
    Searched defs:InitialAllocations (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
malloc_stress_transfer_test.cc 13 char *InitialAllocations[kInitialNumAllocs];
15 for (auto &p : InitialAllocations) p = new char[kAllocSize];
25 for (auto p : InitialAllocations) delete [] p;
malloc_stress_transfer_test.cc 13 char *InitialAllocations[kInitialNumAllocs];
15 for (auto &p : InitialAllocations) p = new char[kAllocSize];
25 for (auto p : InitialAllocations) delete [] p;

Completed in 25 milliseconds