OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smalloc
(Results
1 - 15
of
15
) sorted by null
/external/fio/
smalloc.h
4
extern void *
smalloc
(size_t);
flow.c
3
#include "
smalloc
.h"
59
flow =
smalloc
(sizeof(*flow));
61
log_err("fio:
smalloc
pool exhausted\n");
108
flow_list =
smalloc
(sizeof(*flow_list));
110
log_err("fio:
smalloc
pool exhausted\n");
gettime-thread.c
7
#include "
smalloc
.h"
21
fio_tv =
smalloc
(sizeof(struct timeval));
23
log_err("fio:
smalloc
pool exhausted\n");
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);
cgroup.c
12
#include "
smalloc
.h"
58
cm =
smalloc
(sizeof(*cm));
filelock.c
13
#include "
smalloc
.h"
74
fld =
smalloc
(sizeof(*fld));
Android.mk
25
smalloc
.c filehash.c helpers.c profile.c debug.c backend.c \
Makefile
31
lib/rbtree.c
smalloc
.c filehash.c profile.c debug.c lib/rand.c \
177
T_SMALLOC_OBJS += gettime.o mutex.o
smalloc
.o t/log.o t/debug.o
203
T_DEDUPE_OBJS += lib/rbtree.o t/log.o mutex.o
smalloc
.o gettime.o crc/md5.o \
server.c
28
#include "
smalloc
.h"
851
rep->data =
smalloc
(in->size);
1384
rep =
smalloc
(sizeof(*rep));
1386
log_err("fio:
smalloc
pool too small\n");
[
all
...]
diskutil.c
12
#include "
smalloc
.h"
292
du =
smalloc
(sizeof(*du));
294
log_err("fio:
smalloc
() pool exhausted\n");
filesetup.c
12
#include "
smalloc
.h"
1224
f =
smalloc
(sizeof(*f));
1226
log_err("fio:
smalloc
OOM\n");
1288
log_err("fio:
smalloc
OOM\n");
1494
log_err("fio:
smalloc
OOM\n");
backend.c
44
#include "
smalloc
.h"
[
all
...]
/external/fio/t/
stest.c
5
#include "../
smalloc
.h"
35
e =
smalloc
(size);
65
ptr =
smalloc
(size);
77
/*
smalloc
bug, commit 271067a6 */
axmap.c
11
void *
smalloc
(size_t size)
function
/external/fio/lib/
tp.c
16
#include "../
smalloc
.h"
90
*tdatp = tdat =
smalloc
(sizeof(*tdat));
Completed in 524 milliseconds