source: rtems/testsuites/libtests/malloctest/malloctest.scn @ 0c5a8be8

4.104.115
Last change on this file since 0c5a8be8 was 66abaa1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/09 at 16:13:06

2009-07-09 Joel Sherrill <joel.sherrill@…>

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