Home
last modified time | relevance | path

Searched refs:sys_calloc (Results 1 – 1 of 1) sorted by relevance

/external/wayland/tests/
Dtest-runner.c51 static void* (*sys_calloc)(size_t, size_t); variable
94 if (sys_calloc == NULL) in calloc()
99 return sys_calloc(nmemb, size); in calloc()
352 sys_calloc = dlsym(RTLD_NEXT, "calloc"); in main()