OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025