Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-10-12 Thread Wei Liu
On Thu, Oct 12, 2017 at 02:33:04PM +0100, Julien Grall wrote: > Hi, > > Bringing back this discussion. > > On 28/08/17 22:39, Goel, Sameer wrote: > > > > > > On 6/9/2017 3:44 AM, Wei Liu wrote: > > > On Thu, Jun 08, 2017 at 08:49:01PM +0100, Julien Grall wrote: > > > > CC the REST maintainers >

Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-10-12 Thread Julien Grall
Hi, Bringing back this discussion. On 28/08/17 22:39, Goel, Sameer wrote: On 6/9/2017 3:44 AM, Wei Liu wrote: On Thu, Jun 08, 2017 at 08:49:01PM +0100, Julien Grall wrote: CC the REST maintainers On 08/06/2017 20:30, Sameer Goel wrote: Introduce a memory realloc function. Signed-off-by:

Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-08-28 Thread Goel, Sameer
On 6/9/2017 3:44 AM, Wei Liu wrote: > On Thu, Jun 08, 2017 at 08:49:01PM +0100, Julien Grall wrote: >> CC the REST maintainers >> >> On 08/06/2017 20:30, Sameer Goel wrote: >>> Introduce a memory realloc function. >>> >>> Signed-off-by: Sameer Goel >>> --- >>> xen/common/xmalloc_tlsf.c | 13 +++

Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-06-09 Thread Wei Liu
On Thu, Jun 08, 2017 at 08:49:01PM +0100, Julien Grall wrote: > CC the REST maintainers > > On 08/06/2017 20:30, Sameer Goel wrote: > > Introduce a memory realloc function. > > > > Signed-off-by: Sameer Goel > > --- > > xen/common/xmalloc_tlsf.c | 13 + > > xen/include/xen/xmalloc.h

Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-06-08 Thread Stefano Stabellini
On Thu, 8 Jun 2017, Sameer Goel wrote: > Introduce a memory realloc function. > > Signed-off-by: Sameer Goel > --- > xen/common/xmalloc_tlsf.c | 13 + > xen/include/xen/xmalloc.h | 1 + > 2 files changed, 14 insertions(+) > > diff --git a/xen/common/xmalloc_tlsf.c b/xen/common/xmal

Re: [Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-06-08 Thread Julien Grall
CC the REST maintainers On 08/06/2017 20:30, Sameer Goel wrote: Introduce a memory realloc function. Signed-off-by: Sameer Goel --- xen/common/xmalloc_tlsf.c | 13 + xen/include/xen/xmalloc.h | 1 + 2 files changed, 14 insertions(+) diff --git a/xen/common/xmalloc_tlsf.c b/xen/c

[Xen-devel] [RFC 3/6] Introduce _xrealloc

2017-06-08 Thread Sameer Goel
Introduce a memory realloc function. Signed-off-by: Sameer Goel --- xen/common/xmalloc_tlsf.c | 13 + xen/include/xen/xmalloc.h | 1 + 2 files changed, 14 insertions(+) diff --git a/xen/common/xmalloc_tlsf.c b/xen/common/xmalloc_tlsf.c index b256dc5..52385a8 100644 --- a/xen/common