mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
use TLS_PREFIX
This commit is contained in:
parent
3108121d0a
commit
d87ecd201b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
|||
#define ADD_STACK_ALLOC 40
|
||||
#define ADD_TLS_ALLOC 1000
|
||||
|
||||
__thread mp_ptr __add_tmp = NULL;
|
||||
__thread long __add_alloc = 0;
|
||||
TLS_PREFIX mp_ptr __add_tmp = NULL;
|
||||
TLS_PREFIX long __add_alloc = 0;
|
||||
|
||||
#define ADD_TMP_ALLOC \
|
||||
if (alloc <= ADD_STACK_ALLOC) \
|
||||
|
|
Loading…
Add table
Reference in a new issue