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

  /src/external/bsd/unbound/dist/util/
alloc.h 193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__)
197 void *unbound_stat_malloc_lite(size_t size, const char* file, int line,
alloc.c 553 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, function
620 return unbound_stat_malloc_lite(size, file, line, func);
645 newa = unbound_stat_malloc_lite(size, file, line, func);
661 char* n = (char*)unbound_stat_malloc_lite(l, file, line, func);
682 *dest = unbound_stat_malloc_lite(ms, __FILE__, __LINE__,
701 *sig = unbound_stat_malloc_lite((size_t)r, __FILE__, __LINE__,

Completed in 18 milliseconds