Searched refs:EMERGENCY_OBJ_SIZE (Results 1 – 2 of 2) sorted by relevance
66 # define EMERGENCY_OBJ_SIZE 128 macro69 # define EMERGENCY_OBJ_SIZE 512 macro72 # define EMERGENCY_OBJ_SIZE 1024 macro83 #undef EMERGENCY_OBJ_SIZE85 #define EMERGENCY_OBJ_SIZE 256 macro96 typedef char one_buffer[EMERGENCY_OBJ_SIZE] __attribute__((aligned));121 if (thrown_size > EMERGENCY_OBJ_SIZE) in __cxa_allocate_exception()159 = (unsigned)(ptr - &emergency_buffer[0][0]) / EMERGENCY_OBJ_SIZE; in __cxa_free_exception()
4107 terminate holding the mutex. Make sure size fits in EMERGENCY_OBJ_SIZE.