Home
last modified time | relevance | path

Searched refs:EMERGENCY_OBJ_COUNT (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_alloc.cc61 # define EMERGENCY_OBJ_COUNT 16 macro
64 # define EMERGENCY_OBJ_COUNT 32 macro
67 # define EMERGENCY_OBJ_COUNT 64 macro
71 # undef EMERGENCY_OBJ_COUNT
72 # define EMERGENCY_OBJ_COUNT 4 macro
75 #if INT_MAX == 32767 || EMERGENCY_OBJ_COUNT <= 32
87 static one_buffer emergency_buffer[EMERGENCY_OBJ_COUNT];
90 static __cxa_dependent_exception dependents_buffer[EMERGENCY_OBJ_COUNT];
119 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_exception()
175 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_dependent_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
115 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
116 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_alloc.cc62 # define EMERGENCY_OBJ_COUNT 16 macro
65 # define EMERGENCY_OBJ_COUNT 32 macro
68 # define EMERGENCY_OBJ_COUNT 64 macro
72 # undef EMERGENCY_OBJ_COUNT
73 # define EMERGENCY_OBJ_COUNT 4 macro
121 arena_size = (EMERGENCY_OBJ_SIZE * EMERGENCY_OBJ_COUNT in pool()
122 + EMERGENCY_OBJ_COUNT * sizeof (__cxa_dependent_exception)); in pool()

Completed in 14 milliseconds