mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Don't fetch tsd in a0{d,}alloc().
Don't fetch tsd in a0{d,}alloc(), because doing so can cause infinite
recursion on systems that require an allocated tsd wrapper.
This commit is contained in:
parent
fc0b3b7383
commit
9b75677e53
2 changed files with 8 additions and 11 deletions
|
|
@ -85,6 +85,7 @@ TEST_END
|
|||
int
|
||||
main(void)
|
||||
{
|
||||
|
||||
return (test(
|
||||
test_mq_basic,
|
||||
test_mq_threaded));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue