Changeset 562 for trunk/src/t-test1.c
- Timestamp:
- Jun 29, 2021, 10:23:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/t-test1.c
r481 r562 499 499 actions = RANDOM(&ld, ACTIONS_MAX); 500 500 #if USE_MALLOC && MALLOC_DEBUG 501 if(actions < 2) { mallinfo (); }501 if(actions < 2) { mallinfo2(); } 502 502 #endif 503 503 for(j=0; j<actions; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.