david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

use malloc attribute

This commit is contained in:
Holger Lubitz 2007-08-20 20:28:47 +02:00
parent dea89e8d62
commit 68455adf37
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}