Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_malloc/
Dmalloc.c28 #define MALLOC_ENTER(outer) ((void)0); argument
29 #define MALLOC_EXIT(outer) ((void)0); argument
31 #define MALLOC_ENTER(outer) mutex_enter_blocking(&malloc_mutex); argument
32 #define MALLOC_EXIT(outer) mutex_exit(&malloc_mutex); argument
39 #define MALLOC_ENTER(outer) \ argument
50 #define MALLOC_EXIT(outer) \ argument