Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9b59ed95 authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

Update utest for block allocator

parent 55f52f6e
Branches
Tags
No related merge requests found
......@@ -73,8 +73,8 @@ class TestBlock : public FUTester<TestBlock> {
alloc.deleteObject(dl2);
}
for(int idx = 0 ; idx < 2 ; ++idx){
for(int idxval = 0 ; idxval < 17 ; ++idxval){
for(int idx = 0 ; idx < NbAlloc ; ++idx){
for(int idxval = 0 ; idxval < SizeArray ; ++idxval){
ptr[idx]->array[idxval] += (idxval * idx);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment