source: rtems/testsuites/libtests/malloctest/malloctest.scn @ 809fb589

4.104.115
Last change on this file since 809fb589 was 809fb589, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/09 at 14:59:09

2009-09-09 Christian Mauderer <christian.mauderer@…>

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