Re: [Xen-devel] Malloc

2015-09-29 Thread Andrew Cooper
On 29/09/15 18:17, Gohar Irfan wrote: > What is the alternate of doing a malloc in Xen? > I have a data structure (containing a list from the list.h implementation) > and I want to initialize a pointer and allocate space for my struct. But > since malloc doesn’t work in Xen, what should I do? Us

[Xen-devel] Malloc

2015-09-29 Thread Gohar Irfan
What is the alternate of doing a malloc in Xen? I have a data structure (containing a list from the list.h implementation) and I want to initialize a pointer and allocate space for my struct. But since malloc doesn’t work in Xen, what should I do? Thanks _