[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 11/12] tools: add tools support for Intel CAT
On Thu, Apr 09, 2015 at 05:18:24PM +0800, Chao Peng wrote: [...] > +int libxl_psr_cat_get_l3_info(libxl_ctx *ctx, libxl_psr_cat_info **info, > + uint32_t *nr) > +{ > + GC_INIT(ctx); > + int rc; > + uint32_t i, nr_sockets; > + libxl_psr_cat_info *ptr; > + > + rc = libxl__count_physical_sockets(gc, &nr_sockets); > + if (rc) { > + LOGE(ERROR, "failed to get system socket count"); > + rc = ERROR_FAIL; > + goto out; > + } > + > + ptr = malloc(nr_sockets * sizeof(libxl_psr_cat_info)); This should be libxl__malloc(NOGC, ...); Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |