Searched defs:my_malloc (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A Dmalloc-plist.c189 int *my_malloc() { function
194 my_malloc();
4971 // CHECK-NEXT: <string>Calling &apos;my_malloc&apos;</string>
4973 // CHECK-NEXT: <string>Calling &apos;my_malloc&apos;</string>
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c161 static void *my_malloc(size_t amount) function
827 UChar* unzBuf = my_malloc(req_len);
846 UChar* zBuf = my_malloc(zLenMax);
1098 conn_state = my_malloc(M_CONNECTIONS * sizeof conn_state[0]);
1202 tmp_pollfd = my_malloc(M_CONNECTIONS * sizeof tmp_pollfd[0]);
1209 my_malloc(M_CONNECTIONS * sizeof tmp_pollfd_to_conn_state[0]);
/external/pcre/dist2/src/
H A Dpcre2test.c2375 static void *my_malloc(size_t size, void *data) function
7443 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \
/external/valgrind/VEX/switchback/
H A Dtest_ppc_jm1.c298 void* my_malloc ( int n ) function
3608 fargs = my_malloc(200 * sizeof(double));
3676 iargs = my_malloc(400 * sizeof(uint32_t));
3695 ii16 = my_malloc(200 * sizeof(uint32_t));

Completed in 505 milliseconds