source: rtems/testsuites/libtests/malloctest/malloctest.scn @ b7cf09c3

4.115
Last change on this file since b7cf09c3 was b7cf09c3, checked in by Sebastian Huber <sebastian.huber@…>, on 07/23/13 at 19:48:18

libtests/malloctest: Fixes for RTEMS_DEBUG

  • Property mode set to 100644
File size: 54.1 KB
RevLine 
[df49c60]1*** MALLOC TEST ***
[809fb589]2run tests for _Heap_Initialize()
3run tests for _Heap_Block_allocate()
4        allocate block at the beginning
5        allocate block full space
6        allocate block in the middle
7        allocate block at the end
8        allocate block at the beginning
9        allocate block full space
10        allocate block in the middle
11        allocate block at the end
12        allocate block at the beginning
13        allocate block full space
14        allocate block in the middle
15        allocate block at the end
16        allocate block at the beginning
17        allocate block full space
18        allocate block in the middle
19        allocate block at the end
20run tests for _Heap_Allocate_aligned_with_boundary()
21        check if NULL will be returned if size causes integer overflow
22        try to allocate more space than the one which fits in the boundary
23        check if alignment will be set to page size if only a boundary is given
24        create a block which is bigger then the first free space
25        set boundary before allocation begin
26        set boundary between allocation begin and end
27        set boundary after allocation end
28        set boundary on allocation end
29        align the allocation to different positions in the block header
30        allocate last block with different boundarys
31        break the boundaries and aligns more than one time
32        different combinations, so that there is no valid block at the end
33        try to create a block, which is not possible because of the alignment and boundary
34run tests for _Heap_Resize_Block()
35        give a block outside the heap to the function
36        increase size
37                let the next block be used alredy and try to get a size bigger than the actual block
38                next block not used and try to set the new allocation size between the page-alignments
39                let the block after the next be used and try to allocate more then one pagesize more
40        try to resize to the same size
41        decrease size
42                decrease a block with two pages to one page
43                resize the block to the size 0
[4b6c378]44malloc_walk - normal path
45malloc_walk - in critical section path
46Heap Initialized
[ce217f96]47heap extend - link below
[b7cf09c3]48heap extend - merge below overlap
[ce217f96]49heap extend - merge below
[b7cf09c3]50heap extend - merge above overlap
[ce217f96]51heap extend - merge above
52heap extend - link above
53heap extend - area too small
54heap extend - invalid area
55heap extend - merge below with align up
[4b6c378]56malloc_free_space - check malloc space drops after malloc
57malloc_free_space - verify free space returns to previous value
58malloc_info - called with NULL
59
60malloc_info - check free space drops after malloc
61malloc_info - verify free space returns to previous value
62_Protected_heap_Get_information - NULL heap
63_Protected_heap_Get_information - NULL info
64posix_memalign - NULL return pointer -- EINVAL
65posix_memalign - alignment of 0 -- EINVAL
66posix_memalign - alignment  of 2-- EINVAL
67posix_memalign - alignment of 4 -- OK
68posix_memalign - alignment of 8 -- OK
69posix_memalign - alignment of 16 -- OK
70posix_memalign - alignment of 32 -- OK
71posix_memalign - alignment of 64 -- OK
72posix_memalign - alignment of 128 -- OK
73posix_memalign - alignment of 256 -- OK
74posix_memalign - alignment of 512 -- OK
75posix_memalign - alignment of 1024 -- OK
76posix_memalign - alignment of 2048 -- OK
77posix_memalign - alignment of 4096 -- OK
78posix_memalign - alignment of 8192 -- OK
79posix_memalign - alignment of 16384 -- OK
80posix_memalign - alignment of 32768 -- OK
81posix_memalign - alignment of 65536 -- OK
82posix_memalign - alignment of 131072 -- OK
83posix_memalign - alignment of 262144 -- OK
84posix_memalign - alignment of 524288 -- OK
85posix_memalign - alignment of 1048576 -- OK
86posix_memalign - alignment of 2097152 -- OK
87posix_memalign - alignment of 4194304 -- OK
88posix_memalign - ran out of memory trying 4194304
89posix_memalign - alignment of 4194304 -- SKIPPED
90posix_memalign - alignment of 8388608 -- SKIPPED
91posix_memalign - alignment of 16777216 -- SKIPPED
92posix_memalign - alignment of 33554432 -- SKIPPED
93posix_memalign - alignment of 67108864 -- SKIPPED
94posix_memalign - alignment of 134217728 -- SKIPPED
95posix_memalign - alignment of 268435456 -- SKIPPED
96posix_memalign - alignment of 536870912 -- SKIPPED
97posix_memalign - alignment of 1073741824 -- SKIPPED
[809fb589]98TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]99mallocing 690 bytes
[809fb589]100Malloc statistics
101  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
102  Call counts:   malloc:13   free:30   realloc:4095   calloc:7
103TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]104mallocing 690 bytes
[809fb589]105Malloc statistics
106  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
107  Call counts:   malloc:14   free:30   realloc:4095   calloc:7
108TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]109mallocing 690 bytes
[809fb589]110Malloc statistics
111  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
112  Call counts:   malloc:15   free:30   realloc:4095   calloc:7
113TA4  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]114mallocing 690 bytes
[809fb589]115Malloc statistics
116  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
117  Call counts:   malloc:16   free:30   realloc:4095   calloc:7
118TA5  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]119mallocing 690 bytes
[809fb589]120Malloc statistics
121  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
122  Call counts:   malloc:17   free:30   realloc:4095   calloc:7
123TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988
[4b6c378]124mallocing 505 bytes
[809fb589]125Malloc statistics
126  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
127  Call counts:   malloc:18   free:31   realloc:4095   calloc:7
128TA2  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]129mallocing 505 bytes
[809fb589]130Malloc statistics
131  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
132  Call counts:   malloc:19   free:32   realloc:4095   calloc:7
133TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]134mallocing 591 bytes
[809fb589]135Malloc statistics
136  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
137  Call counts:   malloc:20   free:33   realloc:4095   calloc:7
138TA3  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]139mallocing 505 bytes
[809fb589]140Malloc statistics
141  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
142  Call counts:   malloc:21   free:34   realloc:4095   calloc:7
143TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]144mallocing 554 bytes
[809fb589]145Malloc statistics
146  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
147  Call counts:   malloc:22   free:35   realloc:4095   calloc:7
148TA2  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]149mallocing 591 bytes
[809fb589]150Malloc statistics
151  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
152  Call counts:   malloc:23   free:36   realloc:4095   calloc:7
153TA4  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]154mallocing 505 bytes
[809fb589]155Malloc statistics
156  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
157  Call counts:   malloc:24   free:37   realloc:4095   calloc:7
158TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]159mallocing 378 bytes
[809fb589]160Malloc statistics
161  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
162  Call counts:   malloc:25   free:38   realloc:4095   calloc:7
163TA5  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]164mallocing 505 bytes
[809fb589]165Malloc statistics
166  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
167  Call counts:   malloc:26   free:39   realloc:4095   calloc:7
168TA1  - rtems_clock_get_tod - 09:00:01   12/31/1988
[4b6c378]169mallocing 257 bytes
[809fb589]170Malloc statistics
171  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
172  Call counts:   malloc:27   free:40   realloc:4095   calloc:7
173TA2  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]174mallocing 554 bytes
[809fb589]175Malloc statistics
176  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
177  Call counts:   malloc:28   free:41   realloc:4095   calloc:7
178TA3  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]179mallocing 591 bytes
[809fb589]180Malloc statistics
181  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
182  Call counts:   malloc:29   free:42   realloc:4095   calloc:7
183TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]184mallocing 207 bytes
[809fb589]185Malloc statistics
186  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
187  Call counts:   malloc:30   free:43   realloc:4095   calloc:7
188TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]189mallocing 626 bytes
[809fb589]190Malloc statistics
191  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
192  Call counts:   malloc:31   free:44   realloc:4095   calloc:7
193TA2  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]194mallocing 378 bytes
[809fb589]195Malloc statistics
196  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
197  Call counts:   malloc:32   free:45   realloc:4095   calloc:7
198TA4  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]199mallocing 591 bytes
[809fb589]200Malloc statistics
201  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
202  Call counts:   malloc:33   free:46   realloc:4095   calloc:7
203TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]204mallocing 340 bytes
[809fb589]205Malloc statistics
206  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
207  Call counts:   malloc:34   free:47   realloc:4095   calloc:7
208TA3  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]209mallocing 554 bytes
[809fb589]210Malloc statistics
211  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
212  Call counts:   malloc:35   free:48   realloc:4095   calloc:7
213TA1  - rtems_clock_get_tod - 09:00:02   12/31/1988
[4b6c378]214mallocing 843 bytes
[809fb589]215Malloc statistics
216  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
217  Call counts:   malloc:36   free:49   realloc:4095   calloc:7
218TA2  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]219mallocing 257 bytes
[809fb589]220Malloc statistics
221  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
222  Call counts:   malloc:37   free:50   realloc:4095   calloc:7
223TA5  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]224mallocing 591 bytes
[809fb589]225Malloc statistics
226  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
227  Call counts:   malloc:38   free:51   realloc:4095   calloc:7
228TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]229mallocing 68 bytes
[809fb589]230Malloc statistics
231  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
232  Call counts:   malloc:39   free:52   realloc:4095   calloc:7
233TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]234mallocing 409 bytes
[809fb589]235Malloc statistics
236  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
237  Call counts:   malloc:40   free:53   realloc:4095   calloc:7
238TA2  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]239mallocing 207 bytes
[809fb589]240Malloc statistics
241  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
242  Call counts:   malloc:41   free:54   realloc:4095   calloc:7
243TA4  - rtems_clock_get_tod - 09:00:03   12/31/1988
[66abaa1]244mallocing 554 bytes
[809fb589]245Malloc statistics
246  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
247  Call counts:   malloc:42   free:55   realloc:4095   calloc:7
248TA3  - rtems_clock_get_tod - 09:00:03   12/31/1988
249mallocing 378 bytes
250Malloc statistics
251  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
252  Call counts:   malloc:43   free:56   realloc:4095   calloc:7
253TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]254mallocing 879 bytes
[809fb589]255Malloc statistics
256  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
257  Call counts:   malloc:44   free:57   realloc:4095   calloc:7
258TA1  - rtems_clock_get_tod - 09:00:03   12/31/1988
[4b6c378]259mallocing 319 bytes
[809fb589]260Malloc statistics
261  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
262  Call counts:   malloc:45   free:58   realloc:4095   calloc:7
263TA2  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]264mallocing 626 bytes
[809fb589]265Malloc statistics
266  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
267  Call counts:   malloc:46   free:59   realloc:4095   calloc:7
268TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]269mallocing 980 bytes
[809fb589]270Malloc statistics
271  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
272  Call counts:   malloc:47   free:60   realloc:4095   calloc:7
273TA5  - rtems_clock_get_tod - 09:00:04   12/31/1988
[66abaa1]274mallocing 554 bytes
[809fb589]275Malloc statistics
276  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
277  Call counts:   malloc:48   free:61   realloc:4095   calloc:7
278TA3  - rtems_clock_get_tod - 09:00:04   12/31/1988
279mallocing 257 bytes
280Malloc statistics
281  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
282  Call counts:   malloc:49   free:62   realloc:4095   calloc:7
283TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]284mallocing 85 bytes
[809fb589]285Malloc statistics
286  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
287  Call counts:   malloc:50   free:63   realloc:4095   calloc:7
288TA2  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]289mallocing 340 bytes
[809fb589]290Malloc statistics
291  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
292  Call counts:   malloc:51   free:64   realloc:4095   calloc:7
293TA4  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]294mallocing 378 bytes
[809fb589]295Malloc statistics
296  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
297  Call counts:   malloc:52   free:65   realloc:4095   calloc:7
298TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]299mallocing 907 bytes
[809fb589]300Malloc statistics
301  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
302  Call counts:   malloc:53   free:66   realloc:4095   calloc:7
303TA1  - rtems_clock_get_tod - 09:00:04   12/31/1988
[4b6c378]304mallocing 102 bytes
[809fb589]305Malloc statistics
306  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
307  Call counts:   malloc:54   free:67   realloc:4095   calloc:7
308TA2  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]309mallocing 843 bytes
[809fb589]310Malloc statistics
311  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
312  Call counts:   malloc:55   free:68   realloc:4095   calloc:7
313TA3  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]314mallocing 207 bytes
[809fb589]315Malloc statistics
316  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
317  Call counts:   malloc:56   free:69   realloc:4095   calloc:7
318TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]319mallocing 921 bytes
[809fb589]320Malloc statistics
321  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
322  Call counts:   malloc:57   free:70   realloc:4095   calloc:7
323TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]324mallocing 507 bytes
[809fb589]325Malloc statistics
326  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
327  Call counts:   malloc:58   free:71   realloc:4095   calloc:7
328TA2  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]329mallocing 68 bytes
[809fb589]330Malloc statistics
331  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
332  Call counts:   malloc:59   free:72   realloc:4095   calloc:7
333TA4  - rtems_clock_get_tod - 09:00:05   12/31/1988
[66abaa1]334mallocing 257 bytes
[809fb589]335Malloc statistics
336  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
337  Call counts:   malloc:60   free:73   realloc:4095   calloc:7
338TA5  - rtems_clock_get_tod - 09:00:05   12/31/1988
339mallocing 378 bytes
340Malloc statistics
341  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
342  Call counts:   malloc:61   free:74   realloc:4095   calloc:7
343TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]344mallocing 872 bytes
[809fb589]345Malloc statistics
346  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
347  Call counts:   malloc:62   free:75   realloc:4095   calloc:7
348TA3  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]349mallocing 626 bytes
[809fb589]350Malloc statistics
351  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
352  Call counts:   malloc:63   free:76   realloc:4095   calloc:7
353TA1  - rtems_clock_get_tod - 09:00:05   12/31/1988
[4b6c378]354mallocing 333 bytes
[809fb589]355Malloc statistics
356  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
357  Call counts:   malloc:64   free:77   realloc:4095   calloc:7
358TA2  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]359mallocing 409 bytes
[809fb589]360Malloc statistics
361  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
362  Call counts:   malloc:65   free:78   realloc:4095   calloc:7
363TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]364mallocing 692 bytes
[809fb589]365Malloc statistics
366  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
367  Call counts:   malloc:66   free:79   realloc:4095   calloc:7
368TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]369mallocing 556 bytes
[809fb589]370Malloc statistics
371  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
372  Call counts:   malloc:67   free:80   realloc:4095   calloc:7
373TA2  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]374mallocing 879 bytes
[809fb589]375Malloc statistics
376  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
377  Call counts:   malloc:68   free:81   realloc:4095   calloc:7
378TA4  - rtems_clock_get_tod - 09:00:06   12/31/1988
[66abaa1]379mallocing 207 bytes
[809fb589]380Malloc statistics
381  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
382  Call counts:   malloc:69   free:82   realloc:4095   calloc:7
383TA3  - rtems_clock_get_tod - 09:00:06   12/31/1988
384mallocing 340 bytes
385Malloc statistics
386  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
387  Call counts:   malloc:70   free:83   realloc:4095   calloc:7
388TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]389mallocing 361 bytes
[809fb589]390Malloc statistics
391  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
392  Call counts:   malloc:71   free:84   realloc:4095   calloc:7
393TA5  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]394mallocing 257 bytes
[809fb589]395Malloc statistics
396  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
397  Call counts:   malloc:72   free:85   realloc:4095   calloc:7
398TA1  - rtems_clock_get_tod - 09:00:06   12/31/1988
[4b6c378]399mallocing 31 bytes
[809fb589]400Malloc statistics
401  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
402  Call counts:   malloc:73   free:86   realloc:4095   calloc:7
403TA2  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]404mallocing 319 bytes
[809fb589]405Malloc statistics
406  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
407  Call counts:   malloc:74   free:87   realloc:4095   calloc:7
408TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]409mallocing 858 bytes
[809fb589]410Malloc statistics
411  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
412  Call counts:   malloc:75   free:88   realloc:4095   calloc:7
413TA3  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]414mallocing 843 bytes
[809fb589]415Malloc statistics
416  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
417  Call counts:   malloc:76   free:89   realloc:4095   calloc:7
418TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]419mallocing 98 bytes
[809fb589]420Malloc statistics
421  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
422  Call counts:   malloc:77   free:90   realloc:4095   calloc:7
423TA2  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]424mallocing 980 bytes
[809fb589]425Malloc statistics
426  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
427  Call counts:   malloc:78   free:91   realloc:4095   calloc:7
428TA4  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]429mallocing 626 bytes
[809fb589]430Malloc statistics
431  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
432  Call counts:   malloc:79   free:92   realloc:4095   calloc:7
433TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]434mallocing 877 bytes
[809fb589]435Malloc statistics
436  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
437  Call counts:   malloc:80   free:93   realloc:4095   calloc:7
438TA1  - rtems_clock_get_tod - 09:00:07   12/31/1988
[4b6c378]439mallocing 449 bytes
[809fb589]440Malloc statistics
441  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
442  Call counts:   malloc:81   free:94   realloc:4095   calloc:7
443TA2  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]444mallocing 85 bytes
[809fb589]445Malloc statistics
446  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
447  Call counts:   malloc:82   free:95   realloc:4095   calloc:7
448TA5  - rtems_clock_get_tod - 09:00:08   12/31/1988
[66abaa1]449mallocing 207 bytes
[809fb589]450Malloc statistics
451  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
452  Call counts:   malloc:83   free:96   realloc:4095   calloc:7
453TA3  - rtems_clock_get_tod - 09:00:08   12/31/1988
454mallocing 68 bytes
455Malloc statistics
456  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
457  Call counts:   malloc:84   free:97   realloc:4095   calloc:7
458TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]459mallocing 432 bytes
[809fb589]460Malloc statistics
461  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
462  Call counts:   malloc:85   free:98   realloc:4095   calloc:7
463TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]464mallocing 606 bytes
[809fb589]465Malloc statistics
466  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
467  Call counts:   malloc:86   free:99   realloc:4095   calloc:7
468TA2  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]469mallocing 907 bytes
[809fb589]470Malloc statistics
471  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
472  Call counts:   malloc:87   free:100   realloc:4095   calloc:7
473TA4  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]474mallocing 340 bytes
[809fb589]475Malloc statistics
476  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
477  Call counts:   malloc:88   free:101   realloc:4095   calloc:7
478TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]479mallocing 927 bytes
[809fb589]480Malloc statistics
481  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
482  Call counts:   malloc:89   free:102   realloc:4095   calloc:7
483TA3  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]484mallocing 409 bytes
[809fb589]485Malloc statistics
486  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
487  Call counts:   malloc:90   free:103   realloc:4095   calloc:7
488TA1  - rtems_clock_get_tod - 09:00:08   12/31/1988
[4b6c378]489mallocing 664 bytes
[809fb589]490Malloc statistics
491  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
492  Call counts:   malloc:91   free:104   realloc:4095   calloc:7
493TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]494mallocing 102 bytes
[809fb589]495Malloc statistics
496  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
497  Call counts:   malloc:92   free:105   realloc:4095   calloc:7
498TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]499mallocing 395 bytes
[809fb589]500Malloc statistics
501  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
502  Call counts:   malloc:93   free:106   realloc:4095   calloc:7
503TA5  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]504mallocing 626 bytes
[809fb589]505Malloc statistics
506  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
507  Call counts:   malloc:94   free:107   realloc:4095   calloc:7
508TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]509mallocing 438 bytes
[809fb589]510Malloc statistics
511  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
512  Call counts:   malloc:95   free:108   realloc:4095   calloc:7
513TA2  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]514mallocing 921 bytes
[809fb589]515Malloc statistics
516  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
517  Call counts:   malloc:96   free:109   realloc:4095   calloc:7
518TA4  - rtems_clock_get_tod - 09:00:09   12/31/1988
[66abaa1]519mallocing 843 bytes
[809fb589]520Malloc statistics
521  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
522  Call counts:   malloc:97   free:110   realloc:4095   calloc:7
523TA3  - rtems_clock_get_tod - 09:00:09   12/31/1988
524mallocing 879 bytes
525Malloc statistics
526  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
527  Call counts:   malloc:98   free:111   realloc:4095   calloc:7
528TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]529mallocing 652 bytes
[809fb589]530Malloc statistics
531  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
532  Call counts:   malloc:99   free:112   realloc:4095   calloc:7
533TA1  - rtems_clock_get_tod - 09:00:09   12/31/1988
[4b6c378]534mallocing 928 bytes
[809fb589]535Malloc statistics
536  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
537  Call counts:   malloc:100   free:113   realloc:4095   calloc:7
538TA2  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]539mallocing 507 bytes
[809fb589]540Malloc statistics
541  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
542  Call counts:   malloc:101   free:114   realloc:4095   calloc:7
543TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]544mallocing 949 bytes
[809fb589]545Malloc statistics
546  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
547  Call counts:   malloc:102   free:115   realloc:4095   calloc:7
548TA3  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]549mallocing 319 bytes
[809fb589]550Malloc statistics
551  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
552  Call counts:   malloc:103   free:116   realloc:4095   calloc:7
553TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]554mallocing 307 bytes
[809fb589]555Malloc statistics
556  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
557  Call counts:   malloc:104   free:117   realloc:4095   calloc:7
558TA2  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]559mallocing 872 bytes
[809fb589]560Malloc statistics
561  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
562  Call counts:   malloc:105   free:118   realloc:4095   calloc:7
563TA4  - rtems_clock_get_tod - 09:00:10   12/31/1988
[66abaa1]564mallocing 68 bytes
[809fb589]565Malloc statistics
566  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
567  Call counts:   malloc:106   free:119   realloc:4095   calloc:7
568TA5  - rtems_clock_get_tod - 09:00:10   12/31/1988
569mallocing 340 bytes
570Malloc statistics
571  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
572  Call counts:   malloc:107   free:120   realloc:4095   calloc:7
573TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]574mallocing 596 bytes
[809fb589]575Malloc statistics
576  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
577  Call counts:   malloc:108   free:121   realloc:4095   calloc:7
578TA1  - rtems_clock_get_tod - 09:00:10   12/31/1988
[4b6c378]579mallocing 783 bytes
[809fb589]580Malloc statistics
581  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
582  Call counts:   malloc:109   free:122   realloc:4095   calloc:7
583TA2  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]584mallocing 333 bytes
[809fb589]585Malloc statistics
586  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
587  Call counts:   malloc:110   free:123   realloc:4095   calloc:7
588TA3  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]589mallocing 980 bytes
[809fb589]590Malloc statistics
591  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
592  Call counts:   malloc:111   free:124   realloc:4095   calloc:7
593TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]594mallocing 338 bytes
[809fb589]595Malloc statistics
596  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
597  Call counts:   malloc:112   free:125   realloc:4095   calloc:7
598TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]599mallocing 805 bytes
[809fb589]600Malloc statistics
601  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
602  Call counts:   malloc:113   free:126   realloc:4095   calloc:7
603TA2  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]604mallocing 692 bytes
[809fb589]605Malloc statistics
606  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
607  Call counts:   malloc:114   free:127   realloc:4095   calloc:7
608TA4  - rtems_clock_get_tod - 09:00:11   12/31/1988
[df49c60]609mallocing 409 bytes
[809fb589]610Malloc statistics
611  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
612  Call counts:   malloc:115   free:128   realloc:4095   calloc:7
613TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]614mallocing 942 bytes
[809fb589]615Malloc statistics
616  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
617  Call counts:   malloc:116   free:129   realloc:4095   calloc:7
618TA5  - rtems_clock_get_tod - 09:00:11   12/31/1988
[66abaa1]619mallocing 843 bytes
[809fb589]620Malloc statistics
621  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
622  Call counts:   malloc:117   free:130   realloc:4095   calloc:7
623TA3  - rtems_clock_get_tod - 09:00:11   12/31/1988
624mallocing 85 bytes
625Malloc statistics
626  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
627  Call counts:   malloc:118   free:131   realloc:4095   calloc:7
628TA1  - rtems_clock_get_tod - 09:00:11   12/31/1988
[4b6c378]629mallocing 66 bytes
[809fb589]630Malloc statistics
631  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
632  Call counts:   malloc:119   free:132   realloc:4095   calloc:7
633TA2  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]634mallocing 556 bytes
[809fb589]635Malloc statistics
636  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
637  Call counts:   malloc:120   free:133   realloc:4095   calloc:7
638TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]639mallocing 857 bytes
[809fb589]640Malloc statistics
641  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
642  Call counts:   malloc:121   free:134   realloc:4095   calloc:7
643TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]644mallocing 977 bytes
[809fb589]645Malloc statistics
646  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
647  Call counts:   malloc:122   free:135   realloc:4095   calloc:7
648TA2  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]649mallocing 361 bytes
[809fb589]650Malloc statistics
651  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
652  Call counts:   malloc:123   free:136   realloc:4095   calloc:7
653TA4  - rtems_clock_get_tod - 09:00:12   12/31/1988
[66abaa1]654mallocing 879 bytes
[809fb589]655Malloc statistics
656  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
657  Call counts:   malloc:124   free:137   realloc:4095   calloc:7
658TA3  - rtems_clock_get_tod - 09:00:12   12/31/1988
659mallocing 907 bytes
660Malloc statistics
661  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
662  Call counts:   malloc:125   free:138   realloc:4095   calloc:7
663TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]664mallocing 889 bytes
[809fb589]665Malloc statistics
666  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
667  Call counts:   malloc:126   free:139   realloc:4095   calloc:7
668TA1  - rtems_clock_get_tod - 09:00:12   12/31/1988
[4b6c378]669mallocing 545 bytes
[809fb589]670Malloc statistics
671  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
672  Call counts:   malloc:127   free:140   realloc:4095   calloc:7
673TA2  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]674mallocing 31 bytes
[809fb589]675Malloc statistics
676  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
677  Call counts:   malloc:128   free:141   realloc:4095   calloc:7
678TA5  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]679mallocing 68 bytes
[809fb589]680Malloc statistics
681  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
682  Call counts:   malloc:129   free:142   realloc:4095   calloc:7
683TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]684mallocing 864 bytes
[809fb589]685Malloc statistics
686  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
687  Call counts:   malloc:130   free:143   realloc:4095   calloc:7
688TA3  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]689mallocing 102 bytes
[809fb589]690Malloc statistics
691  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
692  Call counts:   malloc:131   free:144   realloc:4095   calloc:7
693TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]694mallocing 457 bytes
[809fb589]695Malloc statistics
696  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
697  Call counts:   malloc:132   free:145   realloc:4095   calloc:7
698TA2  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]699mallocing 858 bytes
[809fb589]700Malloc statistics
701  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
702  Call counts:   malloc:133   free:146   realloc:4095   calloc:7
703TA4  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]704mallocing 319 bytes
[809fb589]705Malloc statistics
706  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
707  Call counts:   malloc:134   free:147   realloc:4095   calloc:7
708TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]709mallocing 800 bytes
[809fb589]710Malloc statistics
711  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
712  Call counts:   malloc:135   free:148   realloc:4095   calloc:7
713TA1  - rtems_clock_get_tod - 09:00:13   12/31/1988
[4b6c378]714mallocing 873 bytes
[809fb589]715Malloc statistics
716  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
717  Call counts:   malloc:136   free:149   realloc:4095   calloc:7
718TA2  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]719mallocing 98 bytes
[809fb589]720Malloc statistics
721  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
722  Call counts:   malloc:137   free:150   realloc:4095   calloc:7
723TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]724mallocing 921 bytes
[809fb589]725Malloc statistics
726  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
727  Call counts:   malloc:138   free:151   realloc:4095   calloc:7
728TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]729mallocing 821 bytes
[809fb589]730Malloc statistics
731  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
732  Call counts:   malloc:139   free:152   realloc:4095   calloc:7
733TA5  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]734mallocing 409 bytes
[809fb589]735Malloc statistics
736  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
737  Call counts:   malloc:140   free:153   realloc:4095   calloc:7
738TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]739mallocing 185 bytes
[809fb589]740Malloc statistics
741  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
742  Call counts:   malloc:141   free:154   realloc:4095   calloc:7
743TA2  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]744mallocing 877 bytes
[809fb589]745Malloc statistics
746  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
747  Call counts:   malloc:142   free:155   realloc:4095   calloc:7
748TA4  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]749mallocing 980 bytes
[809fb589]750Malloc statistics
751  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
752  Call counts:   malloc:143   free:156   realloc:4095   calloc:7
753TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]754mallocing 86 bytes
[809fb589]755Malloc statistics
756  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
757  Call counts:   malloc:144   free:157   realloc:4095   calloc:7
758TA3  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]759mallocing 507 bytes
[809fb589]760Malloc statistics
761  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
762  Call counts:   malloc:145   free:158   realloc:4095   calloc:7
763TA1  - rtems_clock_get_tod - 09:00:14   12/31/1988
[4b6c378]764mallocing 638 bytes
[809fb589]765Malloc statistics
766  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
767  Call counts:   malloc:146   free:159   realloc:4095   calloc:7
768TA2  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]769mallocing 449 bytes
[809fb589]770Malloc statistics
771  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
772  Call counts:   malloc:147   free:160   realloc:4095   calloc:7
773TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]774mallocing 233 bytes
[809fb589]775Malloc statistics
776  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
777  Call counts:   malloc:148   free:161   realloc:4095   calloc:7
778TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]779mallocing 462 bytes
[809fb589]780Malloc statistics
781  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
782  Call counts:   malloc:149   free:162   realloc:4095   calloc:7
783TA2  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]784mallocing 432 bytes
[809fb589]785Malloc statistics
786  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
787  Call counts:   malloc:150   free:163   realloc:4095   calloc:7
788TA4  - rtems_clock_get_tod - 09:00:15   12/31/1988
[66abaa1]789mallocing 85 bytes
[809fb589]790Malloc statistics
791  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
792  Call counts:   malloc:151   free:164   realloc:4095   calloc:7
793TA5  - rtems_clock_get_tod - 09:00:15   12/31/1988
794mallocing 879 bytes
795Malloc statistics
796  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
797  Call counts:   malloc:152   free:165   realloc:4095   calloc:7
798TA3  - rtems_clock_get_tod - 09:00:15   12/31/1988
799mallocing 872 bytes
800Malloc statistics
801  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
802  Call counts:   malloc:153   free:166   realloc:4095   calloc:7
803TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]804mallocing 7 bytes
[809fb589]805Malloc statistics
806  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
807  Call counts:   malloc:154   free:167   realloc:4095   calloc:7
808TA1  - rtems_clock_get_tod - 09:00:15   12/31/1988
[4b6c378]809mallocing 635 bytes
[809fb589]810Malloc statistics
811  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
812  Call counts:   malloc:155   free:168   realloc:4095   calloc:7
813TA2  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]814mallocing 606 bytes
[809fb589]815Malloc statistics
816  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
817  Call counts:   malloc:156   free:169   realloc:4095   calloc:7
818TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]819mallocing 421 bytes
[809fb589]820Malloc statistics
821  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
822  Call counts:   malloc:157   free:170   realloc:4095   calloc:7
823TA3  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]824mallocing 333 bytes
[809fb589]825Malloc statistics
826  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
827  Call counts:   malloc:158   free:171   realloc:4095   calloc:7
828TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]829mallocing 953 bytes
[809fb589]830Malloc statistics
831  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
832  Call counts:   malloc:159   free:172   realloc:4095   calloc:7
833TA2  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]834mallocing 927 bytes
[809fb589]835Malloc statistics
836  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
837  Call counts:   malloc:160   free:173   realloc:4095   calloc:7
838TA4  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]839mallocing 907 bytes
[809fb589]840Malloc statistics
841  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
842  Call counts:   malloc:161   free:174   realloc:4095   calloc:7
843TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]844mallocing 210 bytes
[809fb589]845Malloc statistics
846  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
847  Call counts:   malloc:162   free:175   realloc:4095   calloc:7
848TA5  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]849mallocing 319 bytes
[809fb589]850Malloc statistics
851  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
852  Call counts:   malloc:163   free:176   realloc:4095   calloc:7
853TA1  - rtems_clock_get_tod - 09:00:16   12/31/1988
[4b6c378]854mallocing 970 bytes
[809fb589]855Malloc statistics
856  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
857  Call counts:   malloc:164   free:177   realloc:4095   calloc:7
858TA2  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]859mallocing 664 bytes
[809fb589]860Malloc statistics
861  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
862  Call counts:   malloc:165   free:178   realloc:4095   calloc:7
863TA3  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]864mallocing 692 bytes
[809fb589]865Malloc statistics
866  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
867  Call counts:   malloc:166   free:179   realloc:4095   calloc:7
868TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]869mallocing 261 bytes
[809fb589]870Malloc statistics
871  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
872  Call counts:   malloc:167   free:180   realloc:4095   calloc:7
873TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]874mallocing 857 bytes
[809fb589]875Malloc statistics
876  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
877  Call counts:   malloc:168   free:181   realloc:4095   calloc:7
878TA2  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]879mallocing 395 bytes
[809fb589]880Malloc statistics
881  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
882  Call counts:   malloc:169   free:182   realloc:4095   calloc:7
883TA4  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]884mallocing 102 bytes
[809fb589]885Malloc statistics
886  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
887  Call counts:   malloc:170   free:183   realloc:4095   calloc:7
888TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]889mallocing 581 bytes
[809fb589]890Malloc statistics
891  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
892  Call counts:   malloc:171   free:184   realloc:4095   calloc:7
893TA3  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]894mallocing 556 bytes
[809fb589]895Malloc statistics
896  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
897  Call counts:   malloc:172   free:185   realloc:4095   calloc:7
898TA1  - rtems_clock_get_tod - 09:00:17   12/31/1988
[4b6c378]899mallocing 707 bytes
[809fb589]900Malloc statistics
901  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
902  Call counts:   malloc:173   free:186   realloc:4095   calloc:7
903TA2  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]904mallocing 438 bytes
[809fb589]905Malloc statistics
906  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
907  Call counts:   malloc:174   free:187   realloc:4095   calloc:7
908TA5  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]909mallocing 980 bytes
[809fb589]910Malloc statistics
911  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
912  Call counts:   malloc:175   free:188   realloc:4095   calloc:7
913TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]914mallocing 285 bytes
[809fb589]915Malloc statistics
916  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
917  Call counts:   malloc:176   free:189   realloc:4095   calloc:7
918TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]919mallocing 318 bytes
[809fb589]920Malloc statistics
921  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
922  Call counts:   malloc:177   free:190   realloc:4095   calloc:7
923TA2  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]924mallocing 652 bytes
[809fb589]925Malloc statistics
926  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
927  Call counts:   malloc:178   free:191   realloc:4095   calloc:7
928TA4  - rtems_clock_get_tod - 09:00:18   12/31/1988
[66abaa1]929mallocing 921 bytes
[809fb589]930Malloc statistics
931  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
932  Call counts:   malloc:179   free:192   realloc:4095   calloc:7
933TA3  - rtems_clock_get_tod - 09:00:18   12/31/1988
934mallocing 361 bytes
935Malloc statistics
936  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
937  Call counts:   malloc:180   free:193   realloc:4095   calloc:7
938TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]939mallocing 643 bytes
[809fb589]940Malloc statistics
941  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
942  Call counts:   malloc:181   free:194   realloc:4095   calloc:7
943TA1  - rtems_clock_get_tod - 09:00:18   12/31/1988
[4b6c378]944mallocing 858 bytes
[809fb589]945Malloc statistics
946  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
947  Call counts:   malloc:182   free:195   realloc:4095   calloc:7
948TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]949mallocing 928 bytes
[809fb589]950Malloc statistics
951  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
952  Call counts:   malloc:183   free:196   realloc:4095   calloc:7
953TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]954mallocing 668 bytes
[809fb589]955Malloc statistics
956  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
957  Call counts:   malloc:184   free:197   realloc:4095   calloc:7
958TA5  - rtems_clock_get_tod - 09:00:19   12/31/1988
[66abaa1]959mallocing 85 bytes
[809fb589]960Malloc statistics
961  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
962  Call counts:   malloc:185   free:198   realloc:4095   calloc:7
963TA3  - rtems_clock_get_tod - 09:00:19   12/31/1988
964mallocing 31 bytes
965Malloc statistics
966  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
967  Call counts:   malloc:186   free:199   realloc:4095   calloc:7
968TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]969mallocing 443 bytes
[809fb589]970Malloc statistics
971  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
972  Call counts:   malloc:187   free:200   realloc:4095   calloc:7
973TA2  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]974mallocing 949 bytes
[809fb589]975Malloc statistics
976  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
977  Call counts:   malloc:188   free:201   realloc:4095   calloc:7
978TA4  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]979mallocing 507 bytes
[809fb589]980Malloc statistics
981  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
982  Call counts:   malloc:189   free:202   realloc:4095   calloc:7
983TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]984mallocing 55 bytes
[809fb589]985Malloc statistics
986  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
987  Call counts:   malloc:190   free:203   realloc:4095   calloc:7
988TA1  - rtems_clock_get_tod - 09:00:19   12/31/1988
[4b6c378]989mallocing 777 bytes
[809fb589]990Malloc statistics
991  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
992  Call counts:   malloc:191   free:204   realloc:4095   calloc:7
993TA2  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]994mallocing 307 bytes
[809fb589]995Malloc statistics
996  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
997  Call counts:   malloc:192   free:205   realloc:4095   calloc:7
998TA3  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]999mallocing 858 bytes
[809fb589]1000Malloc statistics
1001  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1002  Call counts:   malloc:193   free:206   realloc:4095   calloc:7
1003TA1  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1004mallocing 594 bytes
[809fb589]1005Malloc statistics
1006  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1007  Call counts:   malloc:194   free:207   realloc:4095   calloc:7
1008TA1  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1009mallocing 102 bytes
[809fb589]1010Malloc statistics
1011  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1012  Call counts:   malloc:195   free:208   realloc:4095   calloc:7
1013TA2  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1014mallocing 596 bytes
[809fb589]1015Malloc statistics
1016  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1017  Call counts:   malloc:196   free:209   realloc:4095   calloc:7
1018TA4  - rtems_clock_get_tod - 09:00:20   12/31/1988
[66abaa1]1019mallocing 872 bytes
[809fb589]1020Malloc statistics
1021  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1022  Call counts:   malloc:197   free:210   realloc:4095   calloc:7
1023TA5  - rtems_clock_get_tod - 09:00:20   12/31/1988
1024mallocing 907 bytes
1025Malloc statistics
1026  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1027  Call counts:   malloc:198   free:211   realloc:4095   calloc:7
1028TA1  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1029mallocing 299 bytes
[809fb589]1030Malloc statistics
1031  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1032  Call counts:   malloc:199   free:212   realloc:4095   calloc:7
1033TA3  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1034mallocing 98 bytes
[809fb589]1035Malloc statistics
1036  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1037  Call counts:   malloc:200   free:213   realloc:4095   calloc:7
1038TA1  - rtems_clock_get_tod - 09:00:20   12/31/1988
[4b6c378]1039mallocing 950 bytes
[809fb589]1040Malloc statistics
1041  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1042  Call counts:   malloc:201   free:214   realloc:4095   calloc:7
1043TA2  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1044mallocing 783 bytes
[809fb589]1045Malloc statistics
1046  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1047  Call counts:   malloc:202   free:215   realloc:4095   calloc:7
1048TA1  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1049mallocing 665 bytes
[809fb589]1050Malloc statistics
1051  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1052  Call counts:   malloc:203   free:216   realloc:4095   calloc:7
1053TA1  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1054mallocing 947 bytes
[809fb589]1055Malloc statistics
1056  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1057  Call counts:   malloc:204   free:217   realloc:4095   calloc:7
1058TA2  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1059mallocing 338 bytes
[809fb589]1060Malloc statistics
1061  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1062  Call counts:   malloc:205   free:218   realloc:4095   calloc:7
1063TA4  - rtems_clock_get_tod - 09:00:21   12/31/1988
[66abaa1]1064mallocing 333 bytes
[809fb589]1065Malloc statistics
1066  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1067  Call counts:   malloc:206   free:219   realloc:4095   calloc:7
1068TA3  - rtems_clock_get_tod - 09:00:21   12/31/1988
1069mallocing 877 bytes
1070Malloc statistics
1071  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1072  Call counts:   malloc:207   free:220   realloc:4095   calloc:7
1073TA1  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1074mallocing 879 bytes
[809fb589]1075Malloc statistics
1076  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1077  Call counts:   malloc:208   free:221   realloc:4095   calloc:7
1078TA5  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1079mallocing 102 bytes
[809fb589]1080Malloc statistics
1081  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1082  Call counts:   malloc:209   free:222   realloc:4095   calloc:7
1083TA1  - rtems_clock_get_tod - 09:00:21   12/31/1988
[4b6c378]1084mallocing 700 bytes
[809fb589]1085Malloc statistics
1086  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1087  Call counts:   malloc:210   free:223   realloc:4095   calloc:7
1088TA2  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1089mallocing 805 bytes
[809fb589]1090Malloc statistics
1091  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1092  Call counts:   malloc:211   free:224   realloc:4095   calloc:7
1093TA1  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1094mallocing 375 bytes
[809fb589]1095Malloc statistics
1096  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1097  Call counts:   malloc:212   free:225   realloc:4095   calloc:7
1098TA3  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1099mallocing 449 bytes
[809fb589]1100Malloc statistics
1101  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1102  Call counts:   malloc:213   free:226   realloc:4095   calloc:7
1103TA1  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1104mallocing 613 bytes
[809fb589]1105Malloc statistics
1106  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1107  Call counts:   malloc:214   free:227   realloc:4095   calloc:7
1108TA2  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1109mallocing 942 bytes
[809fb589]1110Malloc statistics
1111  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1112  Call counts:   malloc:215   free:228   realloc:4095   calloc:7
1113TA4  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1114mallocing 692 bytes
[809fb589]1115Malloc statistics
1116  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1117  Call counts:   malloc:216   free:229   realloc:4095   calloc:7
1118TA1  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1119mallocing 863 bytes
[809fb589]1120Malloc statistics
1121  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1122  Call counts:   malloc:217   free:230   realloc:4095   calloc:7
1123TA1  - rtems_clock_get_tod - 09:00:22   12/31/1988
[4b6c378]1124mallocing 136 bytes
[809fb589]1125Malloc statistics
1126  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1127  Call counts:   malloc:218   free:231   realloc:4095   calloc:7
1128TA2  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1129mallocing 66 bytes
[809fb589]1130Malloc statistics
1131  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1132  Call counts:   malloc:219   free:232   realloc:4095   calloc:7
1133TA5  - rtems_clock_get_tod - 09:00:23   12/31/1988
[66abaa1]1134mallocing 921 bytes
[809fb589]1135Malloc statistics
1136  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1137  Call counts:   malloc:220   free:233   realloc:4095   calloc:7
1138TA3  - rtems_clock_get_tod - 09:00:23   12/31/1988
1139mallocing 432 bytes
1140Malloc statistics
1141  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1142  Call counts:   malloc:221   free:234   realloc:4095   calloc:7
1143TA1  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1144mallocing 439 bytes
[809fb589]1145Malloc statistics
1146  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1147  Call counts:   malloc:222   free:235   realloc:4095   calloc:7
1148TA1  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1149mallocing 274 bytes
[809fb589]1150Malloc statistics
1151  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1152  Call counts:   malloc:223   free:236   realloc:4095   calloc:7
1153TA2  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1154mallocing 857 bytes
[809fb589]1155Malloc statistics
1156  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1157  Call counts:   malloc:224   free:237   realloc:4095   calloc:7
1158TA4  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1159mallocing 556 bytes
[809fb589]1160Malloc statistics
1161  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1162  Call counts:   malloc:225   free:238   realloc:4095   calloc:7
1163TA1  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1164mallocing 186 bytes
[809fb589]1165Malloc statistics
1166  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1167  Call counts:   malloc:226   free:239   realloc:4095   calloc:7
1168TA3  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1169mallocing 606 bytes
[809fb589]1170Malloc statistics
1171  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1172  Call counts:   malloc:227   free:240   realloc:4095   calloc:7
1173TA1  - rtems_clock_get_tod - 09:00:23   12/31/1988
[4b6c378]1174mallocing 506 bytes
[809fb589]1175Malloc statistics
1176  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1177  Call counts:   malloc:228   free:241   realloc:4095   calloc:7
1178TA2  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1179mallocing 977 bytes
[809fb589]1180Malloc statistics
1181  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1182  Call counts:   malloc:229   free:242   realloc:4095   calloc:7
1183TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1184mallocing 570 bytes
[809fb589]1185Malloc statistics
1186  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1187  Call counts:   malloc:230   free:243   realloc:4095   calloc:7
1188TA5  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1189mallocing 507 bytes
[809fb589]1190Malloc statistics
1191  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1192  Call counts:   malloc:231   free:244   realloc:4095   calloc:7
1193TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1194mallocing 672 bytes
[809fb589]1195Malloc statistics
1196  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1197  Call counts:   malloc:232   free:245   realloc:4095   calloc:7
1198TA2  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1199mallocing 889 bytes
[809fb589]1200Malloc statistics
1201  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1202  Call counts:   malloc:233   free:246   realloc:4095   calloc:7
1203TA4  - rtems_clock_get_tod - 09:00:24   12/31/1988
[66abaa1]1204mallocing 361 bytes
[809fb589]1205Malloc statistics
1206  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1207  Call counts:   malloc:234   free:247   realloc:4095   calloc:7
1208TA3  - rtems_clock_get_tod - 09:00:24   12/31/1988
1209mallocing 927 bytes
1210Malloc statistics
1211  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1212  Call counts:   malloc:235   free:248   realloc:4095   calloc:7
1213TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1214mallocing 623 bytes
[809fb589]1215Malloc statistics
1216  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1217  Call counts:   malloc:236   free:249   realloc:4095   calloc:7
1218TA1  - rtems_clock_get_tod - 09:00:24   12/31/1988
[4b6c378]1219mallocing 61 bytes
[809fb589]1220Malloc statistics
1221  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1222  Call counts:   malloc:237   free:250   realloc:4095   calloc:7
1223TA2  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1224mallocing 545 bytes
[809fb589]1225Malloc statistics
1226  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1227  Call counts:   malloc:238   free:251   realloc:4095   calloc:7
1228TA1  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1229mallocing 550 bytes
[809fb589]1230Malloc statistics
1231  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1232  Call counts:   malloc:239   free:252   realloc:4095   calloc:7
1233TA3  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1234mallocing 664 bytes
[809fb589]1235Malloc statistics
1236  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1237  Call counts:   malloc:240   free:253   realloc:4095   calloc:7
1238TA1  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1239mallocing 563 bytes
[809fb589]1240Malloc statistics
1241  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1242  Call counts:   malloc:241   free:254   realloc:4095   calloc:7
1243TA2  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1244mallocing 864 bytes
[809fb589]1245Malloc statistics
1246  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1247  Call counts:   malloc:242   free:255   realloc:4095   calloc:7
1248TA4  - rtems_clock_get_tod - 09:00:25   12/31/1988
[66abaa1]1249mallocing 31 bytes
[809fb589]1250Malloc statistics
1251  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1252  Call counts:   malloc:243   free:256   realloc:4095   calloc:7
1253TA5  - rtems_clock_get_tod - 09:00:25   12/31/1988
1254mallocing 872 bytes
1255Malloc statistics
1256  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1257  Call counts:   malloc:244   free:257   realloc:4095   calloc:7
1258TA1  - rtems_clock_get_tod - 09:00:25   12/31/1988
[4b6c378]1259mallocing 536 bytes
[809fb589]1260Malloc statistics
1261  avail:3799k  allocated:0k (0%) max:0k (0%) lifetime:0k freed:0k
1262  Call counts:   malloc:245   free:258   realloc:4095   calloc:7
[df49c60]1263*** END OF MALLOC TEST ***
Note: See TracBrowser for help on using the repository browser.