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

  /src/external/bsd/unbound/dist/util/
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 22 milliseconds