Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.h49 #define MALLOC_LOCK do { __LIBC_LOCK(); __malloc_validate(); } while(0) macro
54 #define MALLOC_LOCK __LIBC_LOCK() macro
Dmallocr.c277 #define MALLOC_LOCK __LIBC_LOCK() macro