Home
last modified time | relevance | path

Searched defs:MALLOC_ENTER (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); macro
31 #define MALLOC_ENTER(outer) mutex_enter_blocking(&malloc_mutex); macro
39 #define MALLOC_ENTER(outer) \ macro