Searched refs:my_malloc (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | malloc_wrapper.c | 42 static void *my_malloc(size_t size, void *mud) { in my_malloc() function 69 static nghttp2_mem mem = {NULL, my_malloc, my_free, my_calloc, my_realloc};
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 103 static void *my_malloc(size_t size) in my_malloc() function 299 send_data = my_malloc(length); in load_file() 335 send_data = my_malloc(strlen(send_hex)); /* guesstimate */ in parse_data() 460 s = my_malloc(length); in add_send_hex_data()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 2769 static void *my_malloc(PCRE2_SIZE size, void *data) in my_malloc() function 9230 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \ in main()
|
Completed in 18 milliseconds