Searched refs:alloc_fns (Results 1 – 3 of 3) sorted by relevance
294 static XArray* alloc_fns; variable300 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1", in init_alloc_fns()302 #define DO(x) { const HChar* s = x; VG_(addToXA)(alloc_fns, &s); } in init_alloc_fns()423 VG_(addToXA)(alloc_fns, &tmp_str); in ms_process_cmd_line_option()864 if (is_member_fn(alloc_fns, buf)) { in get_IPs()2502 for (i = 0; i < VG_(sizeXA)(alloc_fns); i++) { in ms_post_clo_init()2503 HChar** fn_ptr = VG_(indexXA)(alloc_fns, i); in ms_post_clo_init()
210 r6671 r6672 142491 Maximise use of alloc_fns array
1458 cJSON_Hooks alloc_fns = { in loader_initialize() local1461 cJSON_InitHooks(&alloc_fns); in loader_initialize()