zephyr/kernel/include
Andrew Boie 4b4f773484 libc: set up memory partitions
* Newlib now defines a special z_newlib_partition containing
  all globals relevant to newlib. Most of these are in libc.a
  with a heap tracking variable in newlib's hooks.

* Both C libraries now expose a k_mem_partition containing the
  bounds of the malloc heap arena. Threads that want to use
  libc malloc() will need to add this to their memory domain.

* z_newlib_get_heap_bounds has been removed, in favor of the
  memory partition for the heap arena

* ztest now includes the C library partitions in its memory
  domain.

* The mem_alloc test now runs in user mode to prove that this
  all works for both C libraries.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-08 07:04:30 -05:00
..
gen_offset.h
kernel_internal.h libc: set up memory partitions 2019-02-08 07:04:30 -05:00
kernel_offsets.h
kernel_structs.h
ksched.h kernel/sched: Force inlining of some routines within the scheduler guts 2019-02-01 15:57:21 -05:00
kswap.h kernel/swap: Simply/robustify return value handling 2019-01-11 15:18:52 -05:00
offsets_short.h
syscall_handler.h kernel: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
timeout_q.h kernel: timeout: detect inactive timeouts using dnode linked state 2019-01-23 20:46:49 +01:00
wait_q.h