mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
use malloc attribute
This commit is contained in:
parent
dea89e8d62
commit
68455adf37
@ -31,7 +31,7 @@ typedef void psPool_t;
|
||||
|
||||
#define sslAssert( ... ) assert ( __VA_ARGS__ )
|
||||
|
||||
static inline __attribute__ (( always_inline )) void *
|
||||
static inline __attribute__ (( always_inline )) void * __malloc
|
||||
psMalloc ( psPool_t *pool __unused, size_t len ) {
|
||||
return malloc ( len );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user