Searched refs:USAGE_ERROR_ACTION (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2192 #define USAGE_ERROR_ACTION(m, p) macro 2200 #ifndef USAGE_ERROR_ACTION 2201 #define USAGE_ERROR_ACTION(m,p) ABORT macro 3847 USAGE_ERROR_ACTION(m, oldmem); in internal_realloc() 4238 USAGE_ERROR_ACTION(fm, p); in dlfree() 4316 USAGE_ERROR_ACTION(fm, p); in dlfree() 4356 USAGE_ERROR_ACTION(m, oldmem); in dlrealloc() 4512 USAGE_ERROR_ACTION(ms,ms); in destroy_mspace() 4526 USAGE_ERROR_ACTION(ms,ms); in mspace_malloc() 4646 USAGE_ERROR_ACTION(fm, p); in mspace_free() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2724 #define USAGE_ERROR_ACTION(m, p) macro 2732 #ifndef USAGE_ERROR_ACTION 2733 #define USAGE_ERROR_ACTION(m,p) ABORT macro 4443 USAGE_ERROR_ACTION(m, oldmem); in internal_realloc() 4843 USAGE_ERROR_ACTION(fm, p); in dlfree() 4930 USAGE_ERROR_ACTION(fm, p); in dlfree() 4970 USAGE_ERROR_ACTION(m, oldmem); in dlrealloc() 5142 USAGE_ERROR_ACTION(ms,ms); in mstar_destroy_mspace() 5156 USAGE_ERROR_ACTION(ms,ms); in mstar_mspace_malloc() 5277 USAGE_ERROR_ACTION(fm, p); in mstar_mspace_free() [all …]
|