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
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
_