HomeSort by relevance Sort by last modified time
    Searched full:smalloc (Results 1 - 25 of 28) sorted by null

1 2

  /external/fio/
smalloc.h 4 extern void *smalloc(size_t);
flow.c 3 #include "smalloc.h"
59 flow = smalloc(sizeof(*flow));
108 flow_list = smalloc(sizeof(*flow_list));
110 log_err("fio: smalloc pool exhausted\n");
gettime-thread.c 7 #include "smalloc.h"
19 fio_tv = smalloc(sizeof(struct timeval));
21 log_err("fio: smalloc pool exhausted\n");
smalloc.c 20 #include "smalloc.h"
202 log_err("smalloc: failed adding pool\n");
270 log_err("smalloc pre redzone destroyed!\n"
276 log_err("smalloc post redzone destroyed!\n"
340 log_err("smalloc: ptr %p not from smalloc pool\n", ptr);
426 void *smalloc(size_t size) function
454 log_err("smalloc: OOM. Consider using --alloc-size to increase the "
461 return smalloc(nmemb * size);
468 ptr = smalloc(strlen(str) + 1)
    [all...]
filehash.c 8 #include "smalloc.h"
132 file_hash = smalloc(file_hash_size);
cgroup.c 12 #include "smalloc.h"
58 cm = smalloc(sizeof(*cm));
filelock.c 13 #include "smalloc.h"
74 fld = smalloc(sizeof(*fld));
helper_thread.c 2 #include "smalloc.h"
160 hd = smalloc(sizeof(*hd));
fio.c 29 #include "smalloc.h"
Android.bp 119 "smalloc.c",
workqueue.c 12 #include "smalloc.h"
325 wq->workers = smalloc(wq->max_workers * sizeof(struct submit_worker));
Makefile 43 smalloc.c filehash.c profile.c debug.c engines/cpu.c \
203 T_SMALLOC_OBJS += gettime.o mutex.o smalloc.o t/log.o t/debug.o t/arch.o
235 T_DEDUPE_OBJS += lib/rbtree.o t/log.o mutex.o smalloc.o gettime.o crc/md5.o \
server.c 29 #include "smalloc.h"
529 entry = smalloc(sizeof(*entry));
533 entry->buf = smalloc(size);
1031 rep->data = smalloc(in->size);
1359 sk_out = smalloc(sizeof(*sk_out));
    [all...]
libfio.c 33 #include "smalloc.h"
diskutil.c 12 #include "smalloc.h"
293 du = smalloc(sizeof(*du));
gettime.c 11 #include "smalloc.h"
filesetup.c 12 #include "smalloc.h"
1419 f = smalloc(sizeof(*f));
    [all...]
backend.c 45 #include "smalloc.h"
    [all...]
init.c 21 #include "smalloc.h"
    [all...]
iolog.c 21 #include "smalloc.h"
  /external/fio/t/
stest.c 5 #include "../smalloc.h"
36 e = smalloc(size);
gen-rand.c 12 #include "../smalloc.h"
axmap.c 11 void *smalloc(size_t size) function
dedupe.c 20 #include "../smalloc.h"
  /external/fio/os/
os-windows.h 15 #include "../smalloc.h"

Completed in 275 milliseconds

1 2