File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1120,7 +1120,7 @@ static memblk_map_ct* ST_memblk_map;
1120
1120
1121
1121
alloc_filter_ct const default_ooam_filter (0 );
1122
1122
1123
- #if CWDEBUG_LOCATION
1123
+ #if CWDEBUG_ALLOC
1124
1124
// =============================================================================
1125
1125
//
1126
1126
// The location_cache map:
@@ -1232,7 +1232,7 @@ void location_ct::handle_delayed_initialization(alloc_filter_ct const& filter)
1232
1232
M_pc_location (M_initialization_delayed LIBCWD_COMMA_TSD);
1233
1233
synchronize_with (filter);
1234
1234
}
1235
- #endif // CWDEBUG_LOCATION
1235
+ #endif // CWDEBUG_ALLOC
1236
1236
1237
1237
static int WST_initialization_state; // MT-safe: We will reach state '1' the first call to malloc.
1238
1238
// We *assume* that the first call to malloc is before we reach
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ class location_ct {
232
232
// This is used in list_allocations_on.
233
233
bool initialization_delayed () const { return (!M_object_file && (M_func == S_pre_ios_initialization_c || M_func == S_pre_libcwd_initialization_c)); }
234
234
void const * unknown_pc () const { return (!M_object_file && M_func == unknown_function_c) ? M_unknown_pc : initialization_delayed () ? M_initialization_delayed : 0 ; }
235
- #if CWDEBUG_LOCATION
235
+ #if CWDEBUG_ALLOC
236
236
void handle_delayed_initialization (alloc_filter_ct const & filter);
237
237
bool hide_from_alloc_list () const { return M_hide == _private_::filtered_location; }
238
238
bool new_location () const { return M_hide == _private_::new_location; }
You can’t perform that action at this time.
0 commit comments