Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
H A Dmetatest.c55 void * (* volatile calloc_but_the_compiler_does_not_know)(size_t, size_t) = mbedtls_calloc; variable
154 volatile char *p = calloc_but_the_compiler_does_not_know(1, 1); in read_after_free()
164 volatile char *p = calloc_but_the_compiler_does_not_know(1, 1); in double_free()
188 volatile char *p = calloc_but_the_compiler_does_not_know(1, 1); in memory_leak()

Completed in 1 milliseconds