Home
last modified time | relevance | path

Searched refs:my_malloc (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/tests/
H A Dmalloc_wrapper.c42 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 Damidi.c103 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 Dpcre2test.c2769 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 12 milliseconds