Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2701 #ifndef POSTACTION
2702 #define POSTACTION(M) macro
3462 POSTACTION(m); in internal_mallinfo()
3497 POSTACTION(m); in internal_malloc_stats()
4444 POSTACTION(m); in internal_realloc()
4453 POSTACTION(m); in internal_realloc()
4548 POSTACTION(m); in internal_memalign()
4686 POSTACTION(m); in ialloc()
4824 POSTACTION(gm); in dlmalloc()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2169 #ifndef POSTACTION
2170 #define POSTACTION(M) macro
2880 POSTACTION(m); in internal_mallinfo()
2914 POSTACTION(m); in internal_malloc_stats()
3848 POSTACTION(m); in internal_realloc()
3852 POSTACTION(m); in internal_realloc()
3948 POSTACTION(m); in internal_memalign()
4085 POSTACTION(m); in ialloc()
4219 POSTACTION(gm); in dlmalloc()
[all …]