Recheck-request:
iol-compile-amd64-testing,iol-compile-arm64-testing,iol-unit-amd64-testing,iol-unit-arm64-testing
Recheck-request: rebase=main,iol-unit-amd64-testing,iol-unit-arm64-testing
Recheck-request: iol-unit-amd64-testing
Allocation would fail with ASan enabled if the size and alignment was
equal to half of the page size, e.g.:
size_t pg_sz = 2 * (1 << 20);
rte_malloc(NULL, pg_sz / 2, pg_sz / 2);
In such case, try_expand_heap_primary() only allocated one page but it
is not enough to fit this allocation with such a
4 matches
Mail list logo