Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison vmalloc.h @ 78:521c75d64cef
Version before optimization
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 04 Jul 2011 19:45:43 +0200 |
| parents | 9ddbb071142d |
| children | ca154ebe2b6c dbfc8382d546 c11b9dcf6d24 |
comparison
equal
deleted
inserted
replaced
| 4:12a7d7c3ad04 | 5:e9bdc899bcd1 |
|---|---|
| 33 FreeListHead; | 33 FreeListHead; |
| 34 | 34 |
| 35 void * | 35 void * |
| 36 VMS__malloc( size_t sizeRequested ); | 36 VMS__malloc( size_t sizeRequested ); |
| 37 | 37 |
| 38 void * | |
| 39 VMS__malloc_aligned( size_t sizeRequested ); | |
| 40 | |
| 38 void | 41 void |
| 39 VMS__free( void *ptrToFree ); | 42 VMS__free( void *ptrToFree ); |
| 40 | 43 |
| 41 /*Allocates memory from the external system -- higher overhead | 44 /*Allocates memory from the external system -- higher overhead |
| 42 */ | 45 */ |
