git-svn-id: svn://ultimatepp.org/upp/trunk@11635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-12-29 07:50:09 +00:00
parent 66ec1dea35
commit ed8f416af5

View file

@ -108,6 +108,12 @@ CONSOLE_APP_MAIN
delete[] new byte[300000];
}
}
{
for(int i = 0; i < N; i++) {
RTIMING("Alloc/Free 128K");
delete[] new byte[128*1024];
}
}
{
RTIMING("Alloc/Free large");
for(int i = 0; i < N; i++) {