Home
last modified time | relevance | path

Searched refs:size_too_big (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/heap/
Dheap.c268 if ((bytes == 0U) || size_too_big(h, bytes)) { in sys_heap_alloc()
326 if ((bytes == 0) || size_too_big(h, bytes)) { in sys_heap_aligned_alloc()
395 if (size_too_big(h, bytes)) { in sys_heap_aligned_realloc()
Dheap.h256 static inline bool size_too_big(struct z_heap *h, size_t bytes) in size_too_big() function