Rev 2042 | Rev 2053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2042 | Rev 2050 | ||
|---|---|---|---|
| Line 203... | Line 203... | ||
| 203 | 203 | ||
| 204 | slab_cache_destroy(thr_cache); |
204 | slab_cache_destroy(thr_cache); |
| 205 | printf("Stress test complete.\n"); |
205 | printf("Stress test complete.\n"); |
| 206 | } |
206 | } |
| 207 | 207 | ||
| 208 | char * test_slab2(void) |
208 | char * test_slab2(bool quiet) |
| 209 | { |
209 | { |
| 210 | printf("Running reclaim single-thread test .. pass 1\n"); |
210 | printf("Running reclaim single-thread test .. pass 1\n"); |
| 211 | totalmemtest(); |
211 | totalmemtest(); |
| 212 | printf("Running reclaim single-thread test .. pass 2\n"); |
212 | printf("Running reclaim single-thread test .. pass 2\n"); |
| 213 | totalmemtest(); |
213 | totalmemtest(); |