You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to use memalign based on rpmalloc, but always get Segmentation fault when free the buffer point if I set alignment to 65536 which is same with the span_size of rpmalloc.
Then I notice the test code forbids the alignment bigger or same to span_size:
Hi, I try to use
memalign
based onrpmalloc
, but always getSegmentation fault
when free the buffer point if I setalignment
to65536
which is same with thespan_size
ofrpmalloc
.Then I notice the test code forbids the
alignment
bigger or same tospan_size
:rpmalloc/test/main.c
Line 421 in 2863309
Always stuck at this place:
So, it's a bug or a rule?
platform: aarch64
The text was updated successfully, but these errors were encountered: