HomeSort by relevance Sort by last modified time
    Searched defs:smalloc (Results 1 - 2 of 2) sorted by null

  /external/fio/t/
axmap.c 11 void *smalloc(size_t size) function
  /external/fio/
smalloc.c 19 #include "smalloc.h"
225 log_err("smalloc: failed adding pool\n");
297 log_err("smalloc pre redzone destroyed!\n"
303 log_err("smalloc post redzone destroyed!\n"
453 void *smalloc(size_t size) function
491 ret = smalloc(nmemb * size);
502 ptr = smalloc(strlen(str) + 1);

Completed in 60 milliseconds