mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
use malloc attribute
This commit is contained in:
@@ -31,7 +31,7 @@ typedef void psPool_t;
|
|||||||
|
|
||||||
#define sslAssert( ... ) assert ( __VA_ARGS__ )
|
#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 ) {
|
psMalloc ( psPool_t *pool __unused, size_t len ) {
|
||||||
return malloc ( len );
|
return malloc ( len );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user