Searched refs:MALLOC_FAILURE_ACTION (Results 1 – 4 of 4) sorted by relevance
556 #ifndef MALLOC_FAILURE_ACTION557 #define MALLOC_FAILURE_ACTION macro653 #ifndef MALLOC_FAILURE_ACTION654 #define MALLOC_FAILURE_ACTION errno = ENOMEM; macro4071 MALLOC_FAILURE_ACTION; in sys_alloc()4079 MALLOC_FAILURE_ACTION; in sys_alloc()4265 MALLOC_FAILURE_ACTION; in sys_alloc()4930 MALLOC_FAILURE_ACTION; in internal_memalign()5220 MALLOC_FAILURE_ACTION; in dlrealloc()5263 MALLOC_FAILURE_ACTION; in dlrealloc_in_place()[all …]
458 #define MALLOC_FAILURE_ACTION macro534 #ifndef MALLOC_FAILURE_ACTION535 #define MALLOC_FAILURE_ACTION errno = ENOMEM; macro3613 MALLOC_FAILURE_ACTION; in sys_alloc()3841 MALLOC_FAILURE_ACTION; in internal_realloc()3923 MALLOC_FAILURE_ACTION; in internal_memalign()
458 #define MALLOC_FAILURE_ACTION macro529 #ifndef MALLOC_FAILURE_ACTION530 #define MALLOC_FAILURE_ACTION errno = ENOMEM; macro3608 MALLOC_FAILURE_ACTION; in sys_alloc()3836 MALLOC_FAILURE_ACTION; in internal_realloc()3918 MALLOC_FAILURE_ACTION; in internal_memalign()
159 #define MALLOC_FAILURE_ACTION