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

4.115
Last change on this file since a49bc35 was a49bc35, checked in by Sebastian Huber <sebastian.huber@…>, on 01/28/14 at 10:49:57

score: Add _Heap_Size_with_overhead()

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