Warning, /testsuites/libtests/malloctest/malloctest.scn is written in an unsupported language. File is not indexed.
0001 *** MALLOC TEST ***
0002 run tests for _Heap_Initialize()
0003 run tests for _Heap_Block_allocate()
0004 allocate block at the beginning
0005 allocate block full space
0006 allocate block in the middle
0007 allocate block at the end
0008 allocate block at the beginning
0009 allocate block full space
0010 allocate block in the middle
0011 allocate block at the end
0012 allocate block at the beginning
0013 allocate block full space
0014 allocate block in the middle
0015 allocate block at the end
0016 allocate block at the beginning
0017 allocate block full space
0018 allocate block in the middle
0019 allocate block at the end
0020 run tests for _Heap_Allocate_aligned_with_boundary()
0021 check if NULL will be returned if size causes integer overflow
0022 try to allocate more space than the one which fits in the boundary
0023 check if alignment will be set to page size if only a boundary is given
0024 create a block which is bigger then the first free space
0025 set boundary before allocation begin
0026 set boundary between allocation begin and end
0027 set boundary after allocation end
0028 set boundary on allocation end
0029 align the allocation to different positions in the block header
0030 allocate last block with different boundarys
0031 break the boundaries and aligns more than one time
0032 different combinations, so that there is no valid block at the end
0033 try to create a block, which is not possible because of the alignment and boundary
0034 run tests for _Heap_Resize_Block()
0035 give a block outside the heap to the function
0036 increase size
0037 let the next block be used alredy and try to get a size bigger than the actual block
0038 next block not used and try to set the new allocation size between the page-alignments
0039 let the block after the next be used and try to allocate more then one pagesize more
0040 try to resize to the same size
0041 decrease size
0042 decrease a block with two pages to one page
0043 resize the block to the size 0
0044 malloc_walk - normal path
0045 malloc_walk - in critical section path
0046 Heap Initialized
0047 heap extend - link below
0048 heap extend - merge below overlap
0049 heap extend - merge below
0050 heap extend - merge above overlap
0051 heap extend - merge above
0052 heap extend - link above
0053 heap extend - area too small
0054 heap extend - invalid area
0055 heap extend - merge below with align up
0056 malloc_free_space - check malloc space drops after malloc
0057 malloc_free_space - verify free space returns to previous value
0058 malloc_info - called with NULL
0059
0060 malloc_info - check free space drops after malloc
0061 malloc_info - verify free space returns to previous value
0062 _Heap_Size_with_overhead
0063 _Protected_heap_Get_information - NULL heap
0064 _Protected_heap_Get_information - NULL info
0065 posix_memalign - NULL return pointer -- EINVAL
0066 posix_memalign - alignment of 0 -- EINVAL
0067 posix_memalign - alignment of 2-- EINVAL
0068 posix_memalign - alignment of 4 -- OK
0069 posix_memalign - alignment of 8 -- OK
0070 posix_memalign - alignment of 16 -- OK
0071 posix_memalign - alignment of 32 -- OK
0072 posix_memalign - alignment of 64 -- OK
0073 posix_memalign - alignment of 128 -- OK
0074 posix_memalign - alignment of 256 -- OK
0075 posix_memalign - alignment of 512 -- OK
0076 posix_memalign - alignment of 1024 -- OK
0077 posix_memalign - alignment of 2048 -- OK
0078 posix_memalign - alignment of 4096 -- OK
0079 posix_memalign - alignment of 8192 -- OK
0080 posix_memalign - alignment of 16384 -- OK
0081 posix_memalign - alignment of 32768 -- OK
0082 posix_memalign - alignment of 65536 -- OK
0083 posix_memalign - alignment of 131072 -- OK
0084 posix_memalign - alignment of 262144 -- OK
0085 posix_memalign - alignment of 524288 -- OK
0086 posix_memalign - alignment of 1048576 -- OK
0087 posix_memalign - alignment of 2097152 -- OK
0088 posix_memalign - alignment of 4194304 -- OK
0089 posix_memalign - ran out of memory trying 4194304
0090 posix_memalign - alignment of 4194304 -- SKIPPED
0091 posix_memalign - alignment of 8388608 -- SKIPPED
0092 posix_memalign - alignment of 16777216 -- SKIPPED
0093 posix_memalign - alignment of 33554432 -- SKIPPED
0094 posix_memalign - alignment of 67108864 -- SKIPPED
0095 posix_memalign - alignment of 134217728 -- SKIPPED
0096 posix_memalign - alignment of 268435456 -- SKIPPED
0097 posix_memalign - alignment of 536870912 -- SKIPPED
0098 posix_memalign - alignment of 1073741824 -- SKIPPED
0099 TA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
0100 mallocing 690 bytes
0101 Malloc statistics
0102 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0103 Call counts: malloc:13 free:30 realloc:4095 calloc:7
0104 TA2 - rtems_clock_get_tod - 09:00:00 12/31/1988
0105 mallocing 690 bytes
0106 Malloc statistics
0107 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0108 Call counts: malloc:14 free:30 realloc:4095 calloc:7
0109 TA3 - rtems_clock_get_tod - 09:00:00 12/31/1988
0110 mallocing 690 bytes
0111 Malloc statistics
0112 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0113 Call counts: malloc:15 free:30 realloc:4095 calloc:7
0114 TA4 - rtems_clock_get_tod - 09:00:00 12/31/1988
0115 mallocing 690 bytes
0116 Malloc statistics
0117 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0118 Call counts: malloc:16 free:30 realloc:4095 calloc:7
0119 TA5 - rtems_clock_get_tod - 09:00:00 12/31/1988
0120 mallocing 690 bytes
0121 Malloc statistics
0122 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0123 Call counts: malloc:17 free:30 realloc:4095 calloc:7
0124 TA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
0125 mallocing 505 bytes
0126 Malloc statistics
0127 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0128 Call counts: malloc:18 free:31 realloc:4095 calloc:7
0129 TA2 - rtems_clock_get_tod - 09:00:01 12/31/1988
0130 mallocing 505 bytes
0131 Malloc statistics
0132 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0133 Call counts: malloc:19 free:32 realloc:4095 calloc:7
0134 TA1 - rtems_clock_get_tod - 09:00:01 12/31/1988
0135 mallocing 591 bytes
0136 Malloc statistics
0137 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0138 Call counts: malloc:20 free:33 realloc:4095 calloc:7
0139 TA3 - rtems_clock_get_tod - 09:00:01 12/31/1988
0140 mallocing 505 bytes
0141 Malloc statistics
0142 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0143 Call counts: malloc:21 free:34 realloc:4095 calloc:7
0144 TA1 - rtems_clock_get_tod - 09:00:01 12/31/1988
0145 mallocing 554 bytes
0146 Malloc statistics
0147 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0148 Call counts: malloc:22 free:35 realloc:4095 calloc:7
0149 TA2 - rtems_clock_get_tod - 09:00:01 12/31/1988
0150 mallocing 591 bytes
0151 Malloc statistics
0152 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0153 Call counts: malloc:23 free:36 realloc:4095 calloc:7
0154 TA4 - rtems_clock_get_tod - 09:00:01 12/31/1988
0155 mallocing 505 bytes
0156 Malloc statistics
0157 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0158 Call counts: malloc:24 free:37 realloc:4095 calloc:7
0159 TA1 - rtems_clock_get_tod - 09:00:01 12/31/1988
0160 mallocing 378 bytes
0161 Malloc statistics
0162 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0163 Call counts: malloc:25 free:38 realloc:4095 calloc:7
0164 TA5 - rtems_clock_get_tod - 09:00:01 12/31/1988
0165 mallocing 505 bytes
0166 Malloc statistics
0167 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0168 Call counts: malloc:26 free:39 realloc:4095 calloc:7
0169 TA1 - rtems_clock_get_tod - 09:00:01 12/31/1988
0170 mallocing 257 bytes
0171 Malloc statistics
0172 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0173 Call counts: malloc:27 free:40 realloc:4095 calloc:7
0174 TA2 - rtems_clock_get_tod - 09:00:02 12/31/1988
0175 mallocing 554 bytes
0176 Malloc statistics
0177 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0178 Call counts: malloc:28 free:41 realloc:4095 calloc:7
0179 TA3 - rtems_clock_get_tod - 09:00:02 12/31/1988
0180 mallocing 591 bytes
0181 Malloc statistics
0182 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0183 Call counts: malloc:29 free:42 realloc:4095 calloc:7
0184 TA1 - rtems_clock_get_tod - 09:00:02 12/31/1988
0185 mallocing 207 bytes
0186 Malloc statistics
0187 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0188 Call counts: malloc:30 free:43 realloc:4095 calloc:7
0189 TA1 - rtems_clock_get_tod - 09:00:02 12/31/1988
0190 mallocing 626 bytes
0191 Malloc statistics
0192 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0193 Call counts: malloc:31 free:44 realloc:4095 calloc:7
0194 TA2 - rtems_clock_get_tod - 09:00:02 12/31/1988
0195 mallocing 378 bytes
0196 Malloc statistics
0197 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0198 Call counts: malloc:32 free:45 realloc:4095 calloc:7
0199 TA4 - rtems_clock_get_tod - 09:00:02 12/31/1988
0200 mallocing 591 bytes
0201 Malloc statistics
0202 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0203 Call counts: malloc:33 free:46 realloc:4095 calloc:7
0204 TA1 - rtems_clock_get_tod - 09:00:02 12/31/1988
0205 mallocing 340 bytes
0206 Malloc statistics
0207 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0208 Call counts: malloc:34 free:47 realloc:4095 calloc:7
0209 TA3 - rtems_clock_get_tod - 09:00:02 12/31/1988
0210 mallocing 554 bytes
0211 Malloc statistics
0212 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0213 Call counts: malloc:35 free:48 realloc:4095 calloc:7
0214 TA1 - rtems_clock_get_tod - 09:00:02 12/31/1988
0215 mallocing 843 bytes
0216 Malloc statistics
0217 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0218 Call counts: malloc:36 free:49 realloc:4095 calloc:7
0219 TA2 - rtems_clock_get_tod - 09:00:03 12/31/1988
0220 mallocing 257 bytes
0221 Malloc statistics
0222 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0223 Call counts: malloc:37 free:50 realloc:4095 calloc:7
0224 TA5 - rtems_clock_get_tod - 09:00:03 12/31/1988
0225 mallocing 591 bytes
0226 Malloc statistics
0227 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0228 Call counts: malloc:38 free:51 realloc:4095 calloc:7
0229 TA1 - rtems_clock_get_tod - 09:00:03 12/31/1988
0230 mallocing 68 bytes
0231 Malloc statistics
0232 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0233 Call counts: malloc:39 free:52 realloc:4095 calloc:7
0234 TA1 - rtems_clock_get_tod - 09:00:03 12/31/1988
0235 mallocing 409 bytes
0236 Malloc statistics
0237 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0238 Call counts: malloc:40 free:53 realloc:4095 calloc:7
0239 TA2 - rtems_clock_get_tod - 09:00:03 12/31/1988
0240 mallocing 207 bytes
0241 Malloc statistics
0242 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0243 Call counts: malloc:41 free:54 realloc:4095 calloc:7
0244 TA4 - rtems_clock_get_tod - 09:00:03 12/31/1988
0245 mallocing 554 bytes
0246 Malloc statistics
0247 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0248 Call counts: malloc:42 free:55 realloc:4095 calloc:7
0249 TA3 - rtems_clock_get_tod - 09:00:03 12/31/1988
0250 mallocing 378 bytes
0251 Malloc statistics
0252 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0253 Call counts: malloc:43 free:56 realloc:4095 calloc:7
0254 TA1 - rtems_clock_get_tod - 09:00:03 12/31/1988
0255 mallocing 879 bytes
0256 Malloc statistics
0257 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0258 Call counts: malloc:44 free:57 realloc:4095 calloc:7
0259 TA1 - rtems_clock_get_tod - 09:00:03 12/31/1988
0260 mallocing 319 bytes
0261 Malloc statistics
0262 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0263 Call counts: malloc:45 free:58 realloc:4095 calloc:7
0264 TA2 - rtems_clock_get_tod - 09:00:04 12/31/1988
0265 mallocing 626 bytes
0266 Malloc statistics
0267 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0268 Call counts: malloc:46 free:59 realloc:4095 calloc:7
0269 TA1 - rtems_clock_get_tod - 09:00:04 12/31/1988
0270 mallocing 980 bytes
0271 Malloc statistics
0272 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0273 Call counts: malloc:47 free:60 realloc:4095 calloc:7
0274 TA5 - rtems_clock_get_tod - 09:00:04 12/31/1988
0275 mallocing 554 bytes
0276 Malloc statistics
0277 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0278 Call counts: malloc:48 free:61 realloc:4095 calloc:7
0279 TA3 - rtems_clock_get_tod - 09:00:04 12/31/1988
0280 mallocing 257 bytes
0281 Malloc statistics
0282 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0283 Call counts: malloc:49 free:62 realloc:4095 calloc:7
0284 TA1 - rtems_clock_get_tod - 09:00:04 12/31/1988
0285 mallocing 85 bytes
0286 Malloc statistics
0287 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0288 Call counts: malloc:50 free:63 realloc:4095 calloc:7
0289 TA2 - rtems_clock_get_tod - 09:00:04 12/31/1988
0290 mallocing 340 bytes
0291 Malloc statistics
0292 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0293 Call counts: malloc:51 free:64 realloc:4095 calloc:7
0294 TA4 - rtems_clock_get_tod - 09:00:04 12/31/1988
0295 mallocing 378 bytes
0296 Malloc statistics
0297 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0298 Call counts: malloc:52 free:65 realloc:4095 calloc:7
0299 TA1 - rtems_clock_get_tod - 09:00:04 12/31/1988
0300 mallocing 907 bytes
0301 Malloc statistics
0302 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0303 Call counts: malloc:53 free:66 realloc:4095 calloc:7
0304 TA1 - rtems_clock_get_tod - 09:00:04 12/31/1988
0305 mallocing 102 bytes
0306 Malloc statistics
0307 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0308 Call counts: malloc:54 free:67 realloc:4095 calloc:7
0309 TA2 - rtems_clock_get_tod - 09:00:05 12/31/1988
0310 mallocing 843 bytes
0311 Malloc statistics
0312 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0313 Call counts: malloc:55 free:68 realloc:4095 calloc:7
0314 TA3 - rtems_clock_get_tod - 09:00:05 12/31/1988
0315 mallocing 207 bytes
0316 Malloc statistics
0317 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0318 Call counts: malloc:56 free:69 realloc:4095 calloc:7
0319 TA1 - rtems_clock_get_tod - 09:00:05 12/31/1988
0320 mallocing 921 bytes
0321 Malloc statistics
0322 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0323 Call counts: malloc:57 free:70 realloc:4095 calloc:7
0324 TA1 - rtems_clock_get_tod - 09:00:05 12/31/1988
0325 mallocing 507 bytes
0326 Malloc statistics
0327 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0328 Call counts: malloc:58 free:71 realloc:4095 calloc:7
0329 TA2 - rtems_clock_get_tod - 09:00:05 12/31/1988
0330 mallocing 68 bytes
0331 Malloc statistics
0332 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0333 Call counts: malloc:59 free:72 realloc:4095 calloc:7
0334 TA4 - rtems_clock_get_tod - 09:00:05 12/31/1988
0335 mallocing 257 bytes
0336 Malloc statistics
0337 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0338 Call counts: malloc:60 free:73 realloc:4095 calloc:7
0339 TA5 - rtems_clock_get_tod - 09:00:05 12/31/1988
0340 mallocing 378 bytes
0341 Malloc statistics
0342 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0343 Call counts: malloc:61 free:74 realloc:4095 calloc:7
0344 TA1 - rtems_clock_get_tod - 09:00:05 12/31/1988
0345 mallocing 872 bytes
0346 Malloc statistics
0347 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0348 Call counts: malloc:62 free:75 realloc:4095 calloc:7
0349 TA3 - rtems_clock_get_tod - 09:00:05 12/31/1988
0350 mallocing 626 bytes
0351 Malloc statistics
0352 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0353 Call counts: malloc:63 free:76 realloc:4095 calloc:7
0354 TA1 - rtems_clock_get_tod - 09:00:05 12/31/1988
0355 mallocing 333 bytes
0356 Malloc statistics
0357 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0358 Call counts: malloc:64 free:77 realloc:4095 calloc:7
0359 TA2 - rtems_clock_get_tod - 09:00:06 12/31/1988
0360 mallocing 409 bytes
0361 Malloc statistics
0362 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0363 Call counts: malloc:65 free:78 realloc:4095 calloc:7
0364 TA1 - rtems_clock_get_tod - 09:00:06 12/31/1988
0365 mallocing 692 bytes
0366 Malloc statistics
0367 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0368 Call counts: malloc:66 free:79 realloc:4095 calloc:7
0369 TA1 - rtems_clock_get_tod - 09:00:06 12/31/1988
0370 mallocing 556 bytes
0371 Malloc statistics
0372 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0373 Call counts: malloc:67 free:80 realloc:4095 calloc:7
0374 TA2 - rtems_clock_get_tod - 09:00:06 12/31/1988
0375 mallocing 879 bytes
0376 Malloc statistics
0377 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0378 Call counts: malloc:68 free:81 realloc:4095 calloc:7
0379 TA4 - rtems_clock_get_tod - 09:00:06 12/31/1988
0380 mallocing 207 bytes
0381 Malloc statistics
0382 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0383 Call counts: malloc:69 free:82 realloc:4095 calloc:7
0384 TA3 - rtems_clock_get_tod - 09:00:06 12/31/1988
0385 mallocing 340 bytes
0386 Malloc statistics
0387 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0388 Call counts: malloc:70 free:83 realloc:4095 calloc:7
0389 TA1 - rtems_clock_get_tod - 09:00:06 12/31/1988
0390 mallocing 361 bytes
0391 Malloc statistics
0392 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0393 Call counts: malloc:71 free:84 realloc:4095 calloc:7
0394 TA5 - rtems_clock_get_tod - 09:00:06 12/31/1988
0395 mallocing 257 bytes
0396 Malloc statistics
0397 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0398 Call counts: malloc:72 free:85 realloc:4095 calloc:7
0399 TA1 - rtems_clock_get_tod - 09:00:06 12/31/1988
0400 mallocing 31 bytes
0401 Malloc statistics
0402 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0403 Call counts: malloc:73 free:86 realloc:4095 calloc:7
0404 TA2 - rtems_clock_get_tod - 09:00:07 12/31/1988
0405 mallocing 319 bytes
0406 Malloc statistics
0407 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0408 Call counts: malloc:74 free:87 realloc:4095 calloc:7
0409 TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
0410 mallocing 858 bytes
0411 Malloc statistics
0412 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0413 Call counts: malloc:75 free:88 realloc:4095 calloc:7
0414 TA3 - rtems_clock_get_tod - 09:00:07 12/31/1988
0415 mallocing 843 bytes
0416 Malloc statistics
0417 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0418 Call counts: malloc:76 free:89 realloc:4095 calloc:7
0419 TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
0420 mallocing 98 bytes
0421 Malloc statistics
0422 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0423 Call counts: malloc:77 free:90 realloc:4095 calloc:7
0424 TA2 - rtems_clock_get_tod - 09:00:07 12/31/1988
0425 mallocing 980 bytes
0426 Malloc statistics
0427 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0428 Call counts: malloc:78 free:91 realloc:4095 calloc:7
0429 TA4 - rtems_clock_get_tod - 09:00:07 12/31/1988
0430 mallocing 626 bytes
0431 Malloc statistics
0432 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0433 Call counts: malloc:79 free:92 realloc:4095 calloc:7
0434 TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
0435 mallocing 877 bytes
0436 Malloc statistics
0437 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0438 Call counts: malloc:80 free:93 realloc:4095 calloc:7
0439 TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
0440 mallocing 449 bytes
0441 Malloc statistics
0442 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0443 Call counts: malloc:81 free:94 realloc:4095 calloc:7
0444 TA2 - rtems_clock_get_tod - 09:00:08 12/31/1988
0445 mallocing 85 bytes
0446 Malloc statistics
0447 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0448 Call counts: malloc:82 free:95 realloc:4095 calloc:7
0449 TA5 - rtems_clock_get_tod - 09:00:08 12/31/1988
0450 mallocing 207 bytes
0451 Malloc statistics
0452 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0453 Call counts: malloc:83 free:96 realloc:4095 calloc:7
0454 TA3 - rtems_clock_get_tod - 09:00:08 12/31/1988
0455 mallocing 68 bytes
0456 Malloc statistics
0457 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0458 Call counts: malloc:84 free:97 realloc:4095 calloc:7
0459 TA1 - rtems_clock_get_tod - 09:00:08 12/31/1988
0460 mallocing 432 bytes
0461 Malloc statistics
0462 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0463 Call counts: malloc:85 free:98 realloc:4095 calloc:7
0464 TA1 - rtems_clock_get_tod - 09:00:08 12/31/1988
0465 mallocing 606 bytes
0466 Malloc statistics
0467 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0468 Call counts: malloc:86 free:99 realloc:4095 calloc:7
0469 TA2 - rtems_clock_get_tod - 09:00:08 12/31/1988
0470 mallocing 907 bytes
0471 Malloc statistics
0472 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0473 Call counts: malloc:87 free:100 realloc:4095 calloc:7
0474 TA4 - rtems_clock_get_tod - 09:00:08 12/31/1988
0475 mallocing 340 bytes
0476 Malloc statistics
0477 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0478 Call counts: malloc:88 free:101 realloc:4095 calloc:7
0479 TA1 - rtems_clock_get_tod - 09:00:08 12/31/1988
0480 mallocing 927 bytes
0481 Malloc statistics
0482 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0483 Call counts: malloc:89 free:102 realloc:4095 calloc:7
0484 TA3 - rtems_clock_get_tod - 09:00:08 12/31/1988
0485 mallocing 409 bytes
0486 Malloc statistics
0487 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0488 Call counts: malloc:90 free:103 realloc:4095 calloc:7
0489 TA1 - rtems_clock_get_tod - 09:00:08 12/31/1988
0490 mallocing 664 bytes
0491 Malloc statistics
0492 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0493 Call counts: malloc:91 free:104 realloc:4095 calloc:7
0494 TA2 - rtems_clock_get_tod - 09:00:09 12/31/1988
0495 mallocing 102 bytes
0496 Malloc statistics
0497 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0498 Call counts: malloc:92 free:105 realloc:4095 calloc:7
0499 TA1 - rtems_clock_get_tod - 09:00:09 12/31/1988
0500 mallocing 395 bytes
0501 Malloc statistics
0502 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0503 Call counts: malloc:93 free:106 realloc:4095 calloc:7
0504 TA5 - rtems_clock_get_tod - 09:00:09 12/31/1988
0505 mallocing 626 bytes
0506 Malloc statistics
0507 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0508 Call counts: malloc:94 free:107 realloc:4095 calloc:7
0509 TA1 - rtems_clock_get_tod - 09:00:09 12/31/1988
0510 mallocing 438 bytes
0511 Malloc statistics
0512 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0513 Call counts: malloc:95 free:108 realloc:4095 calloc:7
0514 TA2 - rtems_clock_get_tod - 09:00:09 12/31/1988
0515 mallocing 921 bytes
0516 Malloc statistics
0517 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0518 Call counts: malloc:96 free:109 realloc:4095 calloc:7
0519 TA4 - rtems_clock_get_tod - 09:00:09 12/31/1988
0520 mallocing 843 bytes
0521 Malloc statistics
0522 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0523 Call counts: malloc:97 free:110 realloc:4095 calloc:7
0524 TA3 - rtems_clock_get_tod - 09:00:09 12/31/1988
0525 mallocing 879 bytes
0526 Malloc statistics
0527 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0528 Call counts: malloc:98 free:111 realloc:4095 calloc:7
0529 TA1 - rtems_clock_get_tod - 09:00:09 12/31/1988
0530 mallocing 652 bytes
0531 Malloc statistics
0532 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0533 Call counts: malloc:99 free:112 realloc:4095 calloc:7
0534 TA1 - rtems_clock_get_tod - 09:00:09 12/31/1988
0535 mallocing 928 bytes
0536 Malloc statistics
0537 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0538 Call counts: malloc:100 free:113 realloc:4095 calloc:7
0539 TA2 - rtems_clock_get_tod - 09:00:10 12/31/1988
0540 mallocing 507 bytes
0541 Malloc statistics
0542 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0543 Call counts: malloc:101 free:114 realloc:4095 calloc:7
0544 TA1 - rtems_clock_get_tod - 09:00:10 12/31/1988
0545 mallocing 949 bytes
0546 Malloc statistics
0547 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0548 Call counts: malloc:102 free:115 realloc:4095 calloc:7
0549 TA3 - rtems_clock_get_tod - 09:00:10 12/31/1988
0550 mallocing 319 bytes
0551 Malloc statistics
0552 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0553 Call counts: malloc:103 free:116 realloc:4095 calloc:7
0554 TA1 - rtems_clock_get_tod - 09:00:10 12/31/1988
0555 mallocing 307 bytes
0556 Malloc statistics
0557 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0558 Call counts: malloc:104 free:117 realloc:4095 calloc:7
0559 TA2 - rtems_clock_get_tod - 09:00:10 12/31/1988
0560 mallocing 872 bytes
0561 Malloc statistics
0562 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0563 Call counts: malloc:105 free:118 realloc:4095 calloc:7
0564 TA4 - rtems_clock_get_tod - 09:00:10 12/31/1988
0565 mallocing 68 bytes
0566 Malloc statistics
0567 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0568 Call counts: malloc:106 free:119 realloc:4095 calloc:7
0569 TA5 - rtems_clock_get_tod - 09:00:10 12/31/1988
0570 mallocing 340 bytes
0571 Malloc statistics
0572 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0573 Call counts: malloc:107 free:120 realloc:4095 calloc:7
0574 TA1 - rtems_clock_get_tod - 09:00:10 12/31/1988
0575 mallocing 596 bytes
0576 Malloc statistics
0577 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0578 Call counts: malloc:108 free:121 realloc:4095 calloc:7
0579 TA1 - rtems_clock_get_tod - 09:00:10 12/31/1988
0580 mallocing 783 bytes
0581 Malloc statistics
0582 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0583 Call counts: malloc:109 free:122 realloc:4095 calloc:7
0584 TA2 - rtems_clock_get_tod - 09:00:11 12/31/1988
0585 mallocing 333 bytes
0586 Malloc statistics
0587 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0588 Call counts: malloc:110 free:123 realloc:4095 calloc:7
0589 TA3 - rtems_clock_get_tod - 09:00:11 12/31/1988
0590 mallocing 980 bytes
0591 Malloc statistics
0592 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0593 Call counts: malloc:111 free:124 realloc:4095 calloc:7
0594 TA1 - rtems_clock_get_tod - 09:00:11 12/31/1988
0595 mallocing 338 bytes
0596 Malloc statistics
0597 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0598 Call counts: malloc:112 free:125 realloc:4095 calloc:7
0599 TA1 - rtems_clock_get_tod - 09:00:11 12/31/1988
0600 mallocing 805 bytes
0601 Malloc statistics
0602 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0603 Call counts: malloc:113 free:126 realloc:4095 calloc:7
0604 TA2 - rtems_clock_get_tod - 09:00:11 12/31/1988
0605 mallocing 692 bytes
0606 Malloc statistics
0607 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0608 Call counts: malloc:114 free:127 realloc:4095 calloc:7
0609 TA4 - rtems_clock_get_tod - 09:00:11 12/31/1988
0610 mallocing 409 bytes
0611 Malloc statistics
0612 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0613 Call counts: malloc:115 free:128 realloc:4095 calloc:7
0614 TA1 - rtems_clock_get_tod - 09:00:11 12/31/1988
0615 mallocing 942 bytes
0616 Malloc statistics
0617 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0618 Call counts: malloc:116 free:129 realloc:4095 calloc:7
0619 TA5 - rtems_clock_get_tod - 09:00:11 12/31/1988
0620 mallocing 843 bytes
0621 Malloc statistics
0622 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0623 Call counts: malloc:117 free:130 realloc:4095 calloc:7
0624 TA3 - rtems_clock_get_tod - 09:00:11 12/31/1988
0625 mallocing 85 bytes
0626 Malloc statistics
0627 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0628 Call counts: malloc:118 free:131 realloc:4095 calloc:7
0629 TA1 - rtems_clock_get_tod - 09:00:11 12/31/1988
0630 mallocing 66 bytes
0631 Malloc statistics
0632 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0633 Call counts: malloc:119 free:132 realloc:4095 calloc:7
0634 TA2 - rtems_clock_get_tod - 09:00:12 12/31/1988
0635 mallocing 556 bytes
0636 Malloc statistics
0637 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0638 Call counts: malloc:120 free:133 realloc:4095 calloc:7
0639 TA1 - rtems_clock_get_tod - 09:00:12 12/31/1988
0640 mallocing 857 bytes
0641 Malloc statistics
0642 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0643 Call counts: malloc:121 free:134 realloc:4095 calloc:7
0644 TA1 - rtems_clock_get_tod - 09:00:12 12/31/1988
0645 mallocing 977 bytes
0646 Malloc statistics
0647 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0648 Call counts: malloc:122 free:135 realloc:4095 calloc:7
0649 TA2 - rtems_clock_get_tod - 09:00:12 12/31/1988
0650 mallocing 361 bytes
0651 Malloc statistics
0652 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0653 Call counts: malloc:123 free:136 realloc:4095 calloc:7
0654 TA4 - rtems_clock_get_tod - 09:00:12 12/31/1988
0655 mallocing 879 bytes
0656 Malloc statistics
0657 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0658 Call counts: malloc:124 free:137 realloc:4095 calloc:7
0659 TA3 - rtems_clock_get_tod - 09:00:12 12/31/1988
0660 mallocing 907 bytes
0661 Malloc statistics
0662 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0663 Call counts: malloc:125 free:138 realloc:4095 calloc:7
0664 TA1 - rtems_clock_get_tod - 09:00:12 12/31/1988
0665 mallocing 889 bytes
0666 Malloc statistics
0667 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0668 Call counts: malloc:126 free:139 realloc:4095 calloc:7
0669 TA1 - rtems_clock_get_tod - 09:00:12 12/31/1988
0670 mallocing 545 bytes
0671 Malloc statistics
0672 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0673 Call counts: malloc:127 free:140 realloc:4095 calloc:7
0674 TA2 - rtems_clock_get_tod - 09:00:13 12/31/1988
0675 mallocing 31 bytes
0676 Malloc statistics
0677 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0678 Call counts: malloc:128 free:141 realloc:4095 calloc:7
0679 TA5 - rtems_clock_get_tod - 09:00:13 12/31/1988
0680 mallocing 68 bytes
0681 Malloc statistics
0682 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0683 Call counts: malloc:129 free:142 realloc:4095 calloc:7
0684 TA1 - rtems_clock_get_tod - 09:00:13 12/31/1988
0685 mallocing 864 bytes
0686 Malloc statistics
0687 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0688 Call counts: malloc:130 free:143 realloc:4095 calloc:7
0689 TA3 - rtems_clock_get_tod - 09:00:13 12/31/1988
0690 mallocing 102 bytes
0691 Malloc statistics
0692 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0693 Call counts: malloc:131 free:144 realloc:4095 calloc:7
0694 TA1 - rtems_clock_get_tod - 09:00:13 12/31/1988
0695 mallocing 457 bytes
0696 Malloc statistics
0697 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0698 Call counts: malloc:132 free:145 realloc:4095 calloc:7
0699 TA2 - rtems_clock_get_tod - 09:00:13 12/31/1988
0700 mallocing 858 bytes
0701 Malloc statistics
0702 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0703 Call counts: malloc:133 free:146 realloc:4095 calloc:7
0704 TA4 - rtems_clock_get_tod - 09:00:13 12/31/1988
0705 mallocing 319 bytes
0706 Malloc statistics
0707 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0708 Call counts: malloc:134 free:147 realloc:4095 calloc:7
0709 TA1 - rtems_clock_get_tod - 09:00:13 12/31/1988
0710 mallocing 800 bytes
0711 Malloc statistics
0712 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0713 Call counts: malloc:135 free:148 realloc:4095 calloc:7
0714 TA1 - rtems_clock_get_tod - 09:00:13 12/31/1988
0715 mallocing 873 bytes
0716 Malloc statistics
0717 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0718 Call counts: malloc:136 free:149 realloc:4095 calloc:7
0719 TA2 - rtems_clock_get_tod - 09:00:14 12/31/1988
0720 mallocing 98 bytes
0721 Malloc statistics
0722 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0723 Call counts: malloc:137 free:150 realloc:4095 calloc:7
0724 TA3 - rtems_clock_get_tod - 09:00:14 12/31/1988
0725 mallocing 921 bytes
0726 Malloc statistics
0727 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0728 Call counts: malloc:138 free:151 realloc:4095 calloc:7
0729 TA1 - rtems_clock_get_tod - 09:00:14 12/31/1988
0730 mallocing 821 bytes
0731 Malloc statistics
0732 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0733 Call counts: malloc:139 free:152 realloc:4095 calloc:7
0734 TA5 - rtems_clock_get_tod - 09:00:14 12/31/1988
0735 mallocing 409 bytes
0736 Malloc statistics
0737 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0738 Call counts: malloc:140 free:153 realloc:4095 calloc:7
0739 TA1 - rtems_clock_get_tod - 09:00:14 12/31/1988
0740 mallocing 185 bytes
0741 Malloc statistics
0742 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0743 Call counts: malloc:141 free:154 realloc:4095 calloc:7
0744 TA2 - rtems_clock_get_tod - 09:00:14 12/31/1988
0745 mallocing 877 bytes
0746 Malloc statistics
0747 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0748 Call counts: malloc:142 free:155 realloc:4095 calloc:7
0749 TA4 - rtems_clock_get_tod - 09:00:14 12/31/1988
0750 mallocing 980 bytes
0751 Malloc statistics
0752 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0753 Call counts: malloc:143 free:156 realloc:4095 calloc:7
0754 TA1 - rtems_clock_get_tod - 09:00:14 12/31/1988
0755 mallocing 86 bytes
0756 Malloc statistics
0757 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0758 Call counts: malloc:144 free:157 realloc:4095 calloc:7
0759 TA3 - rtems_clock_get_tod - 09:00:14 12/31/1988
0760 mallocing 507 bytes
0761 Malloc statistics
0762 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0763 Call counts: malloc:145 free:158 realloc:4095 calloc:7
0764 TA1 - rtems_clock_get_tod - 09:00:14 12/31/1988
0765 mallocing 638 bytes
0766 Malloc statistics
0767 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0768 Call counts: malloc:146 free:159 realloc:4095 calloc:7
0769 TA2 - rtems_clock_get_tod - 09:00:15 12/31/1988
0770 mallocing 449 bytes
0771 Malloc statistics
0772 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0773 Call counts: malloc:147 free:160 realloc:4095 calloc:7
0774 TA1 - rtems_clock_get_tod - 09:00:15 12/31/1988
0775 mallocing 233 bytes
0776 Malloc statistics
0777 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0778 Call counts: malloc:148 free:161 realloc:4095 calloc:7
0779 TA1 - rtems_clock_get_tod - 09:00:15 12/31/1988
0780 mallocing 462 bytes
0781 Malloc statistics
0782 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0783 Call counts: malloc:149 free:162 realloc:4095 calloc:7
0784 TA2 - rtems_clock_get_tod - 09:00:15 12/31/1988
0785 mallocing 432 bytes
0786 Malloc statistics
0787 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0788 Call counts: malloc:150 free:163 realloc:4095 calloc:7
0789 TA4 - rtems_clock_get_tod - 09:00:15 12/31/1988
0790 mallocing 85 bytes
0791 Malloc statistics
0792 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0793 Call counts: malloc:151 free:164 realloc:4095 calloc:7
0794 TA5 - rtems_clock_get_tod - 09:00:15 12/31/1988
0795 mallocing 879 bytes
0796 Malloc statistics
0797 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0798 Call counts: malloc:152 free:165 realloc:4095 calloc:7
0799 TA3 - rtems_clock_get_tod - 09:00:15 12/31/1988
0800 mallocing 872 bytes
0801 Malloc statistics
0802 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0803 Call counts: malloc:153 free:166 realloc:4095 calloc:7
0804 TA1 - rtems_clock_get_tod - 09:00:15 12/31/1988
0805 mallocing 7 bytes
0806 Malloc statistics
0807 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0808 Call counts: malloc:154 free:167 realloc:4095 calloc:7
0809 TA1 - rtems_clock_get_tod - 09:00:15 12/31/1988
0810 mallocing 635 bytes
0811 Malloc statistics
0812 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0813 Call counts: malloc:155 free:168 realloc:4095 calloc:7
0814 TA2 - rtems_clock_get_tod - 09:00:16 12/31/1988
0815 mallocing 606 bytes
0816 Malloc statistics
0817 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0818 Call counts: malloc:156 free:169 realloc:4095 calloc:7
0819 TA1 - rtems_clock_get_tod - 09:00:16 12/31/1988
0820 mallocing 421 bytes
0821 Malloc statistics
0822 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0823 Call counts: malloc:157 free:170 realloc:4095 calloc:7
0824 TA3 - rtems_clock_get_tod - 09:00:16 12/31/1988
0825 mallocing 333 bytes
0826 Malloc statistics
0827 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0828 Call counts: malloc:158 free:171 realloc:4095 calloc:7
0829 TA1 - rtems_clock_get_tod - 09:00:16 12/31/1988
0830 mallocing 953 bytes
0831 Malloc statistics
0832 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0833 Call counts: malloc:159 free:172 realloc:4095 calloc:7
0834 TA2 - rtems_clock_get_tod - 09:00:16 12/31/1988
0835 mallocing 927 bytes
0836 Malloc statistics
0837 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0838 Call counts: malloc:160 free:173 realloc:4095 calloc:7
0839 TA4 - rtems_clock_get_tod - 09:00:16 12/31/1988
0840 mallocing 907 bytes
0841 Malloc statistics
0842 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0843 Call counts: malloc:161 free:174 realloc:4095 calloc:7
0844 TA1 - rtems_clock_get_tod - 09:00:16 12/31/1988
0845 mallocing 210 bytes
0846 Malloc statistics
0847 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0848 Call counts: malloc:162 free:175 realloc:4095 calloc:7
0849 TA5 - rtems_clock_get_tod - 09:00:16 12/31/1988
0850 mallocing 319 bytes
0851 Malloc statistics
0852 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0853 Call counts: malloc:163 free:176 realloc:4095 calloc:7
0854 TA1 - rtems_clock_get_tod - 09:00:16 12/31/1988
0855 mallocing 970 bytes
0856 Malloc statistics
0857 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0858 Call counts: malloc:164 free:177 realloc:4095 calloc:7
0859 TA2 - rtems_clock_get_tod - 09:00:17 12/31/1988
0860 mallocing 664 bytes
0861 Malloc statistics
0862 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0863 Call counts: malloc:165 free:178 realloc:4095 calloc:7
0864 TA3 - rtems_clock_get_tod - 09:00:17 12/31/1988
0865 mallocing 692 bytes
0866 Malloc statistics
0867 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0868 Call counts: malloc:166 free:179 realloc:4095 calloc:7
0869 TA1 - rtems_clock_get_tod - 09:00:17 12/31/1988
0870 mallocing 261 bytes
0871 Malloc statistics
0872 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0873 Call counts: malloc:167 free:180 realloc:4095 calloc:7
0874 TA1 - rtems_clock_get_tod - 09:00:17 12/31/1988
0875 mallocing 857 bytes
0876 Malloc statistics
0877 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0878 Call counts: malloc:168 free:181 realloc:4095 calloc:7
0879 TA2 - rtems_clock_get_tod - 09:00:17 12/31/1988
0880 mallocing 395 bytes
0881 Malloc statistics
0882 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0883 Call counts: malloc:169 free:182 realloc:4095 calloc:7
0884 TA4 - rtems_clock_get_tod - 09:00:17 12/31/1988
0885 mallocing 102 bytes
0886 Malloc statistics
0887 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0888 Call counts: malloc:170 free:183 realloc:4095 calloc:7
0889 TA1 - rtems_clock_get_tod - 09:00:17 12/31/1988
0890 mallocing 581 bytes
0891 Malloc statistics
0892 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0893 Call counts: malloc:171 free:184 realloc:4095 calloc:7
0894 TA3 - rtems_clock_get_tod - 09:00:17 12/31/1988
0895 mallocing 556 bytes
0896 Malloc statistics
0897 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0898 Call counts: malloc:172 free:185 realloc:4095 calloc:7
0899 TA1 - rtems_clock_get_tod - 09:00:17 12/31/1988
0900 mallocing 707 bytes
0901 Malloc statistics
0902 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0903 Call counts: malloc:173 free:186 realloc:4095 calloc:7
0904 TA2 - rtems_clock_get_tod - 09:00:18 12/31/1988
0905 mallocing 438 bytes
0906 Malloc statistics
0907 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0908 Call counts: malloc:174 free:187 realloc:4095 calloc:7
0909 TA5 - rtems_clock_get_tod - 09:00:18 12/31/1988
0910 mallocing 980 bytes
0911 Malloc statistics
0912 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0913 Call counts: malloc:175 free:188 realloc:4095 calloc:7
0914 TA1 - rtems_clock_get_tod - 09:00:18 12/31/1988
0915 mallocing 285 bytes
0916 Malloc statistics
0917 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0918 Call counts: malloc:176 free:189 realloc:4095 calloc:7
0919 TA1 - rtems_clock_get_tod - 09:00:18 12/31/1988
0920 mallocing 318 bytes
0921 Malloc statistics
0922 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0923 Call counts: malloc:177 free:190 realloc:4095 calloc:7
0924 TA2 - rtems_clock_get_tod - 09:00:18 12/31/1988
0925 mallocing 652 bytes
0926 Malloc statistics
0927 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0928 Call counts: malloc:178 free:191 realloc:4095 calloc:7
0929 TA4 - rtems_clock_get_tod - 09:00:18 12/31/1988
0930 mallocing 921 bytes
0931 Malloc statistics
0932 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0933 Call counts: malloc:179 free:192 realloc:4095 calloc:7
0934 TA3 - rtems_clock_get_tod - 09:00:18 12/31/1988
0935 mallocing 361 bytes
0936 Malloc statistics
0937 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0938 Call counts: malloc:180 free:193 realloc:4095 calloc:7
0939 TA1 - rtems_clock_get_tod - 09:00:18 12/31/1988
0940 mallocing 643 bytes
0941 Malloc statistics
0942 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0943 Call counts: malloc:181 free:194 realloc:4095 calloc:7
0944 TA1 - rtems_clock_get_tod - 09:00:18 12/31/1988
0945 mallocing 858 bytes
0946 Malloc statistics
0947 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0948 Call counts: malloc:182 free:195 realloc:4095 calloc:7
0949 TA2 - rtems_clock_get_tod - 09:00:19 12/31/1988
0950 mallocing 928 bytes
0951 Malloc statistics
0952 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0953 Call counts: malloc:183 free:196 realloc:4095 calloc:7
0954 TA1 - rtems_clock_get_tod - 09:00:19 12/31/1988
0955 mallocing 668 bytes
0956 Malloc statistics
0957 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0958 Call counts: malloc:184 free:197 realloc:4095 calloc:7
0959 TA5 - rtems_clock_get_tod - 09:00:19 12/31/1988
0960 mallocing 85 bytes
0961 Malloc statistics
0962 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0963 Call counts: malloc:185 free:198 realloc:4095 calloc:7
0964 TA3 - rtems_clock_get_tod - 09:00:19 12/31/1988
0965 mallocing 31 bytes
0966 Malloc statistics
0967 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0968 Call counts: malloc:186 free:199 realloc:4095 calloc:7
0969 TA1 - rtems_clock_get_tod - 09:00:19 12/31/1988
0970 mallocing 443 bytes
0971 Malloc statistics
0972 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0973 Call counts: malloc:187 free:200 realloc:4095 calloc:7
0974 TA2 - rtems_clock_get_tod - 09:00:19 12/31/1988
0975 mallocing 949 bytes
0976 Malloc statistics
0977 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0978 Call counts: malloc:188 free:201 realloc:4095 calloc:7
0979 TA4 - rtems_clock_get_tod - 09:00:19 12/31/1988
0980 mallocing 507 bytes
0981 Malloc statistics
0982 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0983 Call counts: malloc:189 free:202 realloc:4095 calloc:7
0984 TA1 - rtems_clock_get_tod - 09:00:19 12/31/1988
0985 mallocing 55 bytes
0986 Malloc statistics
0987 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0988 Call counts: malloc:190 free:203 realloc:4095 calloc:7
0989 TA1 - rtems_clock_get_tod - 09:00:19 12/31/1988
0990 mallocing 777 bytes
0991 Malloc statistics
0992 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0993 Call counts: malloc:191 free:204 realloc:4095 calloc:7
0994 TA2 - rtems_clock_get_tod - 09:00:20 12/31/1988
0995 mallocing 307 bytes
0996 Malloc statistics
0997 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
0998 Call counts: malloc:192 free:205 realloc:4095 calloc:7
0999 TA3 - rtems_clock_get_tod - 09:00:20 12/31/1988
1000 mallocing 858 bytes
1001 Malloc statistics
1002 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1003 Call counts: malloc:193 free:206 realloc:4095 calloc:7
1004 TA1 - rtems_clock_get_tod - 09:00:20 12/31/1988
1005 mallocing 594 bytes
1006 Malloc statistics
1007 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1008 Call counts: malloc:194 free:207 realloc:4095 calloc:7
1009 TA1 - rtems_clock_get_tod - 09:00:20 12/31/1988
1010 mallocing 102 bytes
1011 Malloc statistics
1012 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1013 Call counts: malloc:195 free:208 realloc:4095 calloc:7
1014 TA2 - rtems_clock_get_tod - 09:00:20 12/31/1988
1015 mallocing 596 bytes
1016 Malloc statistics
1017 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1018 Call counts: malloc:196 free:209 realloc:4095 calloc:7
1019 TA4 - rtems_clock_get_tod - 09:00:20 12/31/1988
1020 mallocing 872 bytes
1021 Malloc statistics
1022 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1023 Call counts: malloc:197 free:210 realloc:4095 calloc:7
1024 TA5 - rtems_clock_get_tod - 09:00:20 12/31/1988
1025 mallocing 907 bytes
1026 Malloc statistics
1027 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1028 Call counts: malloc:198 free:211 realloc:4095 calloc:7
1029 TA1 - rtems_clock_get_tod - 09:00:20 12/31/1988
1030 mallocing 299 bytes
1031 Malloc statistics
1032 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1033 Call counts: malloc:199 free:212 realloc:4095 calloc:7
1034 TA3 - rtems_clock_get_tod - 09:00:20 12/31/1988
1035 mallocing 98 bytes
1036 Malloc statistics
1037 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1038 Call counts: malloc:200 free:213 realloc:4095 calloc:7
1039 TA1 - rtems_clock_get_tod - 09:00:20 12/31/1988
1040 mallocing 950 bytes
1041 Malloc statistics
1042 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1043 Call counts: malloc:201 free:214 realloc:4095 calloc:7
1044 TA2 - rtems_clock_get_tod - 09:00:21 12/31/1988
1045 mallocing 783 bytes
1046 Malloc statistics
1047 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1048 Call counts: malloc:202 free:215 realloc:4095 calloc:7
1049 TA1 - rtems_clock_get_tod - 09:00:21 12/31/1988
1050 mallocing 665 bytes
1051 Malloc statistics
1052 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1053 Call counts: malloc:203 free:216 realloc:4095 calloc:7
1054 TA1 - rtems_clock_get_tod - 09:00:21 12/31/1988
1055 mallocing 947 bytes
1056 Malloc statistics
1057 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1058 Call counts: malloc:204 free:217 realloc:4095 calloc:7
1059 TA2 - rtems_clock_get_tod - 09:00:21 12/31/1988
1060 mallocing 338 bytes
1061 Malloc statistics
1062 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1063 Call counts: malloc:205 free:218 realloc:4095 calloc:7
1064 TA4 - rtems_clock_get_tod - 09:00:21 12/31/1988
1065 mallocing 333 bytes
1066 Malloc statistics
1067 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1068 Call counts: malloc:206 free:219 realloc:4095 calloc:7
1069 TA3 - rtems_clock_get_tod - 09:00:21 12/31/1988
1070 mallocing 877 bytes
1071 Malloc statistics
1072 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1073 Call counts: malloc:207 free:220 realloc:4095 calloc:7
1074 TA1 - rtems_clock_get_tod - 09:00:21 12/31/1988
1075 mallocing 879 bytes
1076 Malloc statistics
1077 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1078 Call counts: malloc:208 free:221 realloc:4095 calloc:7
1079 TA5 - rtems_clock_get_tod - 09:00:21 12/31/1988
1080 mallocing 102 bytes
1081 Malloc statistics
1082 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1083 Call counts: malloc:209 free:222 realloc:4095 calloc:7
1084 TA1 - rtems_clock_get_tod - 09:00:21 12/31/1988
1085 mallocing 700 bytes
1086 Malloc statistics
1087 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1088 Call counts: malloc:210 free:223 realloc:4095 calloc:7
1089 TA2 - rtems_clock_get_tod - 09:00:22 12/31/1988
1090 mallocing 805 bytes
1091 Malloc statistics
1092 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1093 Call counts: malloc:211 free:224 realloc:4095 calloc:7
1094 TA1 - rtems_clock_get_tod - 09:00:22 12/31/1988
1095 mallocing 375 bytes
1096 Malloc statistics
1097 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1098 Call counts: malloc:212 free:225 realloc:4095 calloc:7
1099 TA3 - rtems_clock_get_tod - 09:00:22 12/31/1988
1100 mallocing 449 bytes
1101 Malloc statistics
1102 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1103 Call counts: malloc:213 free:226 realloc:4095 calloc:7
1104 TA1 - rtems_clock_get_tod - 09:00:22 12/31/1988
1105 mallocing 613 bytes
1106 Malloc statistics
1107 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1108 Call counts: malloc:214 free:227 realloc:4095 calloc:7
1109 TA2 - rtems_clock_get_tod - 09:00:22 12/31/1988
1110 mallocing 942 bytes
1111 Malloc statistics
1112 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1113 Call counts: malloc:215 free:228 realloc:4095 calloc:7
1114 TA4 - rtems_clock_get_tod - 09:00:22 12/31/1988
1115 mallocing 692 bytes
1116 Malloc statistics
1117 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1118 Call counts: malloc:216 free:229 realloc:4095 calloc:7
1119 TA1 - rtems_clock_get_tod - 09:00:22 12/31/1988
1120 mallocing 863 bytes
1121 Malloc statistics
1122 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1123 Call counts: malloc:217 free:230 realloc:4095 calloc:7
1124 TA1 - rtems_clock_get_tod - 09:00:22 12/31/1988
1125 mallocing 136 bytes
1126 Malloc statistics
1127 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1128 Call counts: malloc:218 free:231 realloc:4095 calloc:7
1129 TA2 - rtems_clock_get_tod - 09:00:23 12/31/1988
1130 mallocing 66 bytes
1131 Malloc statistics
1132 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1133 Call counts: malloc:219 free:232 realloc:4095 calloc:7
1134 TA5 - rtems_clock_get_tod - 09:00:23 12/31/1988
1135 mallocing 921 bytes
1136 Malloc statistics
1137 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1138 Call counts: malloc:220 free:233 realloc:4095 calloc:7
1139 TA3 - rtems_clock_get_tod - 09:00:23 12/31/1988
1140 mallocing 432 bytes
1141 Malloc statistics
1142 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1143 Call counts: malloc:221 free:234 realloc:4095 calloc:7
1144 TA1 - rtems_clock_get_tod - 09:00:23 12/31/1988
1145 mallocing 439 bytes
1146 Malloc statistics
1147 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1148 Call counts: malloc:222 free:235 realloc:4095 calloc:7
1149 TA1 - rtems_clock_get_tod - 09:00:23 12/31/1988
1150 mallocing 274 bytes
1151 Malloc statistics
1152 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1153 Call counts: malloc:223 free:236 realloc:4095 calloc:7
1154 TA2 - rtems_clock_get_tod - 09:00:23 12/31/1988
1155 mallocing 857 bytes
1156 Malloc statistics
1157 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1158 Call counts: malloc:224 free:237 realloc:4095 calloc:7
1159 TA4 - rtems_clock_get_tod - 09:00:23 12/31/1988
1160 mallocing 556 bytes
1161 Malloc statistics
1162 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1163 Call counts: malloc:225 free:238 realloc:4095 calloc:7
1164 TA1 - rtems_clock_get_tod - 09:00:23 12/31/1988
1165 mallocing 186 bytes
1166 Malloc statistics
1167 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1168 Call counts: malloc:226 free:239 realloc:4095 calloc:7
1169 TA3 - rtems_clock_get_tod - 09:00:23 12/31/1988
1170 mallocing 606 bytes
1171 Malloc statistics
1172 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1173 Call counts: malloc:227 free:240 realloc:4095 calloc:7
1174 TA1 - rtems_clock_get_tod - 09:00:23 12/31/1988
1175 mallocing 506 bytes
1176 Malloc statistics
1177 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1178 Call counts: malloc:228 free:241 realloc:4095 calloc:7
1179 TA2 - rtems_clock_get_tod - 09:00:24 12/31/1988
1180 mallocing 977 bytes
1181 Malloc statistics
1182 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1183 Call counts: malloc:229 free:242 realloc:4095 calloc:7
1184 TA1 - rtems_clock_get_tod - 09:00:24 12/31/1988
1185 mallocing 570 bytes
1186 Malloc statistics
1187 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1188 Call counts: malloc:230 free:243 realloc:4095 calloc:7
1189 TA5 - rtems_clock_get_tod - 09:00:24 12/31/1988
1190 mallocing 507 bytes
1191 Malloc statistics
1192 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1193 Call counts: malloc:231 free:244 realloc:4095 calloc:7
1194 TA1 - rtems_clock_get_tod - 09:00:24 12/31/1988
1195 mallocing 672 bytes
1196 Malloc statistics
1197 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1198 Call counts: malloc:232 free:245 realloc:4095 calloc:7
1199 TA2 - rtems_clock_get_tod - 09:00:24 12/31/1988
1200 mallocing 889 bytes
1201 Malloc statistics
1202 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1203 Call counts: malloc:233 free:246 realloc:4095 calloc:7
1204 TA4 - rtems_clock_get_tod - 09:00:24 12/31/1988
1205 mallocing 361 bytes
1206 Malloc statistics
1207 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1208 Call counts: malloc:234 free:247 realloc:4095 calloc:7
1209 TA3 - rtems_clock_get_tod - 09:00:24 12/31/1988
1210 mallocing 927 bytes
1211 Malloc statistics
1212 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1213 Call counts: malloc:235 free:248 realloc:4095 calloc:7
1214 TA1 - rtems_clock_get_tod - 09:00:24 12/31/1988
1215 mallocing 623 bytes
1216 Malloc statistics
1217 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1218 Call counts: malloc:236 free:249 realloc:4095 calloc:7
1219 TA1 - rtems_clock_get_tod - 09:00:24 12/31/1988
1220 mallocing 61 bytes
1221 Malloc statistics
1222 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1223 Call counts: malloc:237 free:250 realloc:4095 calloc:7
1224 TA2 - rtems_clock_get_tod - 09:00:25 12/31/1988
1225 mallocing 545 bytes
1226 Malloc statistics
1227 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1228 Call counts: malloc:238 free:251 realloc:4095 calloc:7
1229 TA1 - rtems_clock_get_tod - 09:00:25 12/31/1988
1230 mallocing 550 bytes
1231 Malloc statistics
1232 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1233 Call counts: malloc:239 free:252 realloc:4095 calloc:7
1234 TA3 - rtems_clock_get_tod - 09:00:25 12/31/1988
1235 mallocing 664 bytes
1236 Malloc statistics
1237 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1238 Call counts: malloc:240 free:253 realloc:4095 calloc:7
1239 TA1 - rtems_clock_get_tod - 09:00:25 12/31/1988
1240 mallocing 563 bytes
1241 Malloc statistics
1242 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1243 Call counts: malloc:241 free:254 realloc:4095 calloc:7
1244 TA2 - rtems_clock_get_tod - 09:00:25 12/31/1988
1245 mallocing 864 bytes
1246 Malloc statistics
1247 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1248 Call counts: malloc:242 free:255 realloc:4095 calloc:7
1249 TA4 - rtems_clock_get_tod - 09:00:25 12/31/1988
1250 mallocing 31 bytes
1251 Malloc statistics
1252 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1253 Call counts: malloc:243 free:256 realloc:4095 calloc:7
1254 TA5 - rtems_clock_get_tod - 09:00:25 12/31/1988
1255 mallocing 872 bytes
1256 Malloc statistics
1257 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1258 Call counts: malloc:244 free:257 realloc:4095 calloc:7
1259 TA1 - rtems_clock_get_tod - 09:00:25 12/31/1988
1260 mallocing 536 bytes
1261 Malloc statistics
1262 avail:3799k allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1263 Call counts: malloc:245 free:258 realloc:4095 calloc:7
1264 *** END OF MALLOC TEST ***