summaryrefslogtreecommitdiff
path: root/automation/build
diff options
context:
space:
mode:
authorPaul Durrant <pdurrant@amazon.com>2020-05-28 16:13:30 +0100
committerWei Liu <wl@xen.org>2020-06-02 11:57:01 +0000
commit2c4b1a7efb15292c0360f305b64581ac135ab8f2 (patch)
tree7c685d23c69d1bfbb7ebae74ab625f39af2bfa5f /automation/build
parentadb93c591af87549639894391f6827805cdf8ced (diff)
libxl: stop libxl_domain_info() consuming massive amounts of stack
Currently an array of 1024 xc_domaininfo_t is declared on stack. That alone consumes ~112k. Since libxl_domain_info() creates a new gc this patch simply uses it to allocate the array instead. Signed-off-by: Paul Durrant <pdurrant@amazon.com> Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'automation/build')
0 files changed, 0 insertions, 0 deletions