Procházet zdrojové kódy

use malloc attribute

tags/v0.9.3
Holger Lubitz před 17 roky
rodič
revize
68455adf37
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/crypto/cryptoLayer.h

+ 1
- 1
src/crypto/cryptoLayer.h Zobrazit soubor

@@ -31,7 +31,7 @@ typedef void psPool_t;
31 31
 
32 32
 #define sslAssert( ... ) assert ( __VA_ARGS__ )
33 33
 
34
-static inline __attribute__ (( always_inline )) void *
34
+static inline __attribute__ (( always_inline )) void * __malloc
35 35
 psMalloc ( psPool_t *pool __unused, size_t len ) {
36 36
 	return malloc ( len );
37 37
 }

Načítá se…
Zrušit
Uložit