Stefan Bühler
|
05e058aa9c
|
fix bugs and warnings reported by clang
* fix memset sizeof() bugs
* fix unaligned memory access
* fix warnings for casts with alignment change
* crypt_r needs _GNU_SOURCE
|
2013-06-08 20:11:23 +02:00 |
Stefan Bühler
|
709296d796
|
fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...)
|
2013-05-25 12:59:14 +02:00 |
Stefan Bühler
|
a937bd437a
|
fix missing li prefixes
|
2013-05-23 17:56:24 +02:00 |
Stefan Bühler
|
ff69160c34
|
[core] Use streams
|
2013-05-23 12:01:04 +02:00 |
Thomas Porzelt
|
2d52ff9170
|
[mempool] support profiler for mmap allocations. use g_malloc/free instead malloc/free
|
2011-11-26 16:07:38 +01:00 |
Stefan Bühler
|
ba3d50ba79
|
[mempool]: use g_free instead of free in ALLOC mode
|
2011-11-17 21:26:53 +01:00 |
Stefan Bühler
|
a545ef6e75
|
Add mempool_align_page_size implementation for MEMPOOL_MALLOC fallback
|
2010-01-24 11:52:38 +01:00 |
Stefan Bühler
|
f9b12036fe
|
Add mempool allocator to avoid fragmentation
|
2009-11-29 15:22:57 +01:00 |