HomeSort by: relevance | last modified time | path
    Searched refs:malloc_func (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
malloc.c 301 static const char *malloc_func; variable
333 _malloc_message(getprogname(), malloc_func, " error: ", p); local
520 _malloc_message(getprogname(), malloc_func, local
1161 malloc_func = func;
  /src/external/mit/libuv/dist/src/
uv-common.c 114 int uv_replace_allocator(uv_malloc_func malloc_func,
118 if (malloc_func == NULL || realloc_func == NULL ||
123 uv__allocator.local_malloc = malloc_func;
  /src/external/mit/libuv/dist/include/
uv.h 287 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,

Completed in 20 milliseconds