Home
last modified time | relevance | path

Searched refs:realloc_ptr (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c1208 char ** realloc_ptr; in debuginfod_query_server() local
1209 realloc_ptr = reallocarray(server_url_list, num_urls, in debuginfod_query_server()
1211 if (realloc_ptr == NULL) in debuginfod_query_server()
1217 server_url_list = realloc_ptr; in debuginfod_query_server()
/third_party/python/Modules/
H A D_testcapimodule.c4142 void *realloc_ptr; member
4169 hook->realloc_ptr = ptr; in hook_realloc()
4244 if (hook.realloc_ptr != ptr in test_setallocators()

Completed in 17 milliseconds