zephyr/include/sys
Nicolas Pitre 2129937d3d realloc(): move mempool internal knowledge out of generic lib code
The realloc function was a bit too intimate with the mempool accounting.
Abstract that knowledge away and move it where it belongs.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-09-30 10:57:24 -07:00
..
__assert.h doc: provide error handling documentation 2019-09-23 23:45:08 +02:00
atomic.h include: rearrange for standard use of extern "C" in various headers 2019-08-13 18:00:31 +02:00
base64.h cleanup: include/: move base64.h to sys/base64.h 2019-06-27 22:55:49 -04:00
byteorder.h sys: Explicitly include toolchain.h to check for endianness definitions. 2019-09-09 21:40:54 +02:00
crc.h cleanup: include/: move crc.h to sys/crc.h 2019-06-27 22:55:49 -04:00
dlist.h sys: dlist: remove deprecated sys_dlist_insert_{before,after} 2019-09-11 11:18:20 -05:00
errno_private.h cleanup: include/: move misc/errno_private.h to sys/errno_private.h 2019-06-27 22:55:49 -04:00
fdtable.h cleanup: include/: move misc/fdtable.h to sys/fdtable.h 2019-06-27 22:55:49 -04:00
libc-hooks.h cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h 2019-06-27 22:55:49 -04:00
list_gen.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
math_extras.h cleanup: include/: move misc/math_extras_impl.h to sys/math_extras_impl.h 2019-06-27 22:55:49 -04:00
math_extras_impl.h cleanup: include/: move misc/math_extras_impl.h to sys/math_extras_impl.h 2019-06-27 22:55:49 -04:00
mempool.h realloc(): move mempool internal knowledge out of generic lib code 2019-09-30 10:57:24 -07:00
mempool_base.h mempool: simplify the logic for sizing the free block bitmap 2019-07-31 10:09:29 -07:00
mutex.h cleanup: include/: move misc/mutex.h to sys/mutex.h 2019-06-27 22:55:49 -04:00
printk.h cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
rb.h cleanup: include/: move misc/rb.h to sys/rb.h 2019-06-27 22:55:49 -04:00
ring_buffer.h sys: ring_buffer: remove deprecated sys_ring_buf_* 2019-09-11 11:18:04 -05:00
sem.h sys_sem: straighten build time definition macros 2019-09-14 22:14:51 +08:00
sflist.h cleanup: include/: move misc/sflist.h to sys/sflist.h 2019-06-27 22:55:49 -04:00
slist.h cleanup: include/: move misc/slist.h to sys/slist.h 2019-06-27 22:55:49 -04:00
speculation.h cleanup: include/: move misc/speculation.h to sys/speculation.h 2019-06-27 22:55:49 -04:00
sys_io.h include: rearrange for standard use of extern "C" in various headers 2019-08-13 18:00:31 +02:00
timeutil.h lib/timeutil: avoid implementation-defined behavior 2019-09-19 20:49:51 -04:00
util.h toolchain: Add single arguments evaluation macros for min and max 2019-09-25 17:41:03 +02:00