HomeSort by: relevance | last modified time | path
    Searched defs:t_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-loop-oom.c 43 static void* t_malloc(size_t n) { function
51 ASSERT_OK(uv_replace_allocator(t_malloc, t_realloc, t_calloc, free));
test-loop-oom.c 43 static void* t_malloc(size_t n) { function
51 ASSERT_OK(uv_replace_allocator(t_malloc, t_realloc, t_calloc, free));

Completed in 41 milliseconds