Re: [Xenomai-core] rt_heap in userspace, heapsize [patch]

2006-01-31 Thread Philippe Gerum
Stefan Kisdaroczi wrote: Hi again, I looked at the sources now... Am Tuesday 17 January 2006 14:57 schrieb Stefan Kisdaroczi: Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x8

Re: [Xenomai-core] rt_heap in userspace, heapsize [patch]

2006-01-31 Thread Philippe Gerum
Stefan Kisdaroczi wrote: Hi again, I looked at the sources now... Am Tuesday 17 January 2006 14:57 schrieb Stefan Kisdaroczi: Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x8

Re: [Xenomai-core] rt_heap in userspace, heapsize [patch]

2006-01-17 Thread Stefan Kisdaroczi
Hi again, I looked at the sources now... Am Tuesday 17 January 2006 14:57 schrieb Stefan Kisdaroczi: > Hi, > > I made a small test with rt_heap_ in userspace, > i think I understood the actual limitations of the userspace support. > I used 1 as heapsize. Xenomai 2.1-RC2/x86. > > This should a

[Xenomai-core] rt_heap in userspace, heapsize

2006-01-17 Thread Stefan Kisdaroczi
Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x86. This should alloc the entire heap, according to the API documentation: rt_heap_create( ..., ..., 1, ... ) rt_heap_alloc( ...

Re: [Xenomai-core] rt_heap in userspace, heapsize [patch]

2006-01-17 Thread Stefan Kisdaroczi
Hi again, I looked at the sources now... Am Tuesday 17 January 2006 14:57 schrieb Stefan Kisdaroczi: > Hi, > > I made a small test with rt_heap_ in userspace, > i think I understood the actual limitations of the userspace support. > I used 1 as heapsize. Xenomai 2.1-RC2/x86. > > This should a

[Xenomai-core] rt_heap in userspace, heapsize

2006-01-17 Thread Stefan Kisdaroczi
Hi, I made a small test with rt_heap_ in userspace, i think I understood the actual limitations of the userspace support. I used 1 as heapsize. Xenomai 2.1-RC2/x86. This should alloc the entire heap, according to the API documentation: rt_heap_create( ..., ..., 1, ... ) rt_heap_alloc( ...