Home
last modified time | relevance | path

Searched refs:MALLOC_LOCK (Results 1 – 6 of 6) 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
Dnano-mallinfo.c41 MALLOC_LOCK; in mallinfo()
Dnano-free.c55 MALLOC_LOCK; in free()
Dnano-realloc.c71 MALLOC_LOCK; in realloc()
Dmallocr.c277 #define MALLOC_LOCK __LIBC_LOCK() macro
1922 MALLOC_LOCK; in mALLOc()
2208 MALLOC_LOCK; in fREe()
2372 MALLOC_LOCK; in rEALLOc()
2623 MALLOC_LOCK; in mEMALIGn()
2764 MALLOC_LOCK; in cALLOc()
2867 MALLOC_LOCK; in malloc_trim()
2947 MALLOC_LOCK; in malloc_usable_size()
3036 MALLOC_LOCK; in malloc_stats()
3080 MALLOC_LOCK; in mALLINFo()
[all …]
Dnano-malloc.c145 MALLOC_LOCK; in malloc()