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"
217 fprintf(stderr, "smalloc: failed adding pool\n");
279 fprintf(stderr, "smalloc pre redzone destroyed!\n");
285 fprintf(stderr, "smalloc post redzone destroyed!\n");
435 void *smalloc(size_t size) function
478 ptr = smalloc(strlen(str) + 1);

Completed in 53 milliseconds