Changeset dfc13bb
- Timestamp:
 - Sep 8, 2020, 12:08:31 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 14d8a9b, e6b42e7
 - Parents:
 - 113d785
 - File:
 - 
      
- 1 edited
 
- 
          
  tests/heap.cfa (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/heap.cfa
r113d785 rdfc13bb 10 10 // Created On : Tue Nov 6 17:54:56 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 7 18: 06:06202013 // Update Count : 7 112 // Last Modified On : Mon Sep 7 18:37:41 2020 13 // Update Count : 72 14 14 // 15 15 … … 227 227 // check malloc/resize/free (mmap) 228 228 229 for ( i; NoOfAllocs ~ 12 ) {229 for ( i; 2 ~ NoOfAllocs ~ 12 ) { 230 230 // initial N byte allocation 231 231 size_t s = i + default_mmap_start(); // cross over point … … 264 264 // check malloc/realloc/free (mmap) 265 265 266 for ( i; NoOfAllocs ~ 12 ) {266 for ( i; 2 ~ NoOfAllocs ~ 12 ) { 267 267 // initial N byte allocation 268 268 size_t s = i + default_mmap_start(); // cross over point  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.