Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c2744 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2751 #ifndef POSTACTION
2752 #define POSTACTION(M) macro
3537 POSTACTION(m); in internal_mallinfo()
3568 POSTACTION(m); /* drop lock */ in internal_malloc_stats()
4697 POSTACTION(gm); in dlmalloc()
4807 POSTACTION(fm); in dlfree()
4987 POSTACTION(m); in internal_memalign()
5115 POSTACTION(m); in ialloc()
5163 POSTACTION(m); in internal_bulk_free()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2210 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2217 #ifndef POSTACTION
2218 #define POSTACTION(M) macro
2921 POSTACTION(m); in internal_mallinfo()
2955 POSTACTION(m); in internal_malloc_stats()
3882 POSTACTION(m); in internal_realloc()
3886 POSTACTION(m); in internal_realloc()
3982 POSTACTION(m); in internal_memalign()
4119 POSTACTION(m); in ialloc()
4253 POSTACTION(gm); in dlmalloc()
[all …]
/external/libffi/src/
Ddlmalloc.c2205 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); } macro
2212 #ifndef POSTACTION
2213 #define POSTACTION(M) macro
2916 POSTACTION(m); in internal_mallinfo()
2950 POSTACTION(m); in internal_malloc_stats()
3877 POSTACTION(m); in internal_realloc()
3881 POSTACTION(m); in internal_realloc()
3977 POSTACTION(m); in internal_memalign()
4114 POSTACTION(m); in ialloc()
4248 POSTACTION(gm); in dlmalloc()
[all …]