Manuel Pégourié-Gonnard
|
2fbf311391
|
Fix dependency issue in memory_buffer_alloc
|
2014-08-14 11:34:34 +02:00 |
|
Manuel Pégourié-Gonnard
|
97884a31cb
|
Fix printf format warnings in memory_buffer_alloc
|
2014-08-14 11:34:33 +02:00 |
|
Paul Bakker
|
66d5d076f7
|
Fix formatting in various code to match spacing from coding style
|
2014-06-17 17:06:47 +02:00 |
|
Paul Bakker
|
d8bb82665e
|
Fix code styling for return statements
|
2014-06-17 14:06:49 +02:00 |
|
Paul Bakker
|
3461772559
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-06-14 16:46:03 +02:00 |
|
Manuel Pégourié-Gonnard
|
82a5de7bf7
|
Enforce alignment even if buffer is not aligned
|
2014-05-22 13:52:49 +02:00 |
|
Paul Bakker
|
b9e4e2c97a
|
Fix formatting: fix some 'easy' > 80 length lines
|
2014-05-01 14:18:25 +02:00 |
|
Paul Bakker
|
9af723cee7
|
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
|
2014-05-01 13:03:14 +02:00 |
|
Manuel Pégourié-Gonnard
|
cef4ad2509
|
Adapt sources to configurable config.h name
|
2014-04-30 16:40:20 +02:00 |
|
Paul Bakker
|
119602bdde
|
Typo fix in memory_buffer_alloc.c
|
2014-02-06 13:20:19 +01:00 |
|
Paul Bakker
|
defc0ca337
|
Migrated the Memory layer to the Platform layer
Deprecated POLARSSL_MEMORY_C and placed placeholder for memory.h to make
sure current code will not break on new version.
|
2014-02-06 13:20:17 +01:00 |
|
Paul Bakker
|
7dc4c44267
|
Library files moved to use platform layer
|
2014-02-06 13:20:16 +01:00 |
|
Manuel Pégourié-Gonnard
|
70896a023e
|
Add statistics about number of allocated blocks
|
2013-12-30 19:16:05 +01:00 |
|
Paul Bakker
|
1337affc91
|
Buffer allocator threading support
|
2013-09-29 15:02:11 +02:00 |
|
Paul Bakker
|
bf796acf07
|
Added implementation for memory_buffer_set_verify()
|
2013-09-28 11:08:44 +02:00 |
|
Paul Bakker
|
1ef120f5fd
|
Updated buffer-allocator with free-block-list to speed up searches
|
2013-07-03 17:22:32 +02:00 |
|
Paul Bakker
|
41350a9a7e
|
Fixed spaces in memory_buffer_alloc.c
|
2013-07-03 17:22:32 +02:00 |
|
Paul Bakker
|
891998e0c3
|
Added extra debug information to memory_buffer_alloc_status()
|
2013-07-03 17:22:31 +02:00 |
|
Paul Bakker
|
6e339b52e8
|
Memory-allocation abstraction layer and buffer-based allocator added
|
2013-07-03 17:22:31 +02:00 |
|