zephyr/lib/os
Chen Peng1 28f834c914 sys_heap: add check for sys_heap_runtime_stats_get API
add operations to check sys_heap_runtime_stats_get API
in existing sys_heap_validate function.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
2021-11-11 16:21:43 -05:00
..
assert.c
base64.c
bitarray.c
cbprintf_complete.c lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
cbprintf_nano.c lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats 2021-09-02 19:37:06 -04:00
cbprintf_packaged.c linker: align _image_rodata and _image_rom start/end/size linker symbols 2021-08-28 08:48:03 -04:00
cbprintf.c
CMakeLists.txt multi_heap: Introduce shared multi-heap memory pool manager 2021-10-12 07:44:46 -04:00
crc7_sw.c
crc8_sw.c
crc16_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
crc32_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
crc32c_sw.c lib: os: cast to the same size composite expression 2021-07-23 15:53:30 -04:00
dec.c
fdtable.c ARC: LIB: MWDT: add stdout hooks, timespec header 2021-08-13 13:43:19 -05:00
heap-validate.c sys_heap: add check for sys_heap_runtime_stats_get API 2021-11-11 16:21:43 -05:00
heap.c heap: add functions to get heap runtime statistics 2021-11-11 16:21:43 -05:00
heap.h heap: add functions to get heap runtime statistics 2021-11-11 16:21:43 -05:00
hex.c
json.c json: Changes enum name of square brackets from list to array 2021-09-28 19:52:10 -04:00
Kconfig heap: add functions to get heap runtime statistics 2021-11-11 16:21:43 -05:00
Kconfig.cbprintf lib: os: cbprintf: Add dependency to cbprintf Kconfig 2021-07-21 07:46:39 -04:00
mpsc_pbuf.c lib: os: mpsc_pbuf: Add const qualifier to API calls 2021-09-28 06:15:39 -04:00
multi_heap.c lib/os: Add sys_multi_heap utility 2021-10-01 20:38:35 -04:00
mutex.c
notify.c
onoff.c
p4wq.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
printk.c
rb.c
reboot.c lib: os: add gcc noreturn attribute for sys_reboot 2021-08-13 07:32:51 -04:00
ring_buffer.c lib: os: ring_buffer: Fix race condition 2021-08-17 19:52:08 +02:00
sem.c
shared_multi_heap.c multi_heap: Introduce shared multi-heap memory pool manager 2021-10-12 07:44:46 -04:00
thread_entry.c kernel: make k_current_get() work without syscall 2021-07-30 20:16:47 -04:00
timeutil.c lib: timeutil: fix implicit conversions from float to double 2021-09-20 19:47:57 -04:00
user_work.c