OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assert_ptr_not_null
(Results
1 - 17
of
17
) sorted by null
/external/jemalloc/test/integration/
xallocx.c
9
assert_ptr_not_null
(p, "Unexpected mallocx() error");
25
assert_ptr_not_null
(p, "Unexpected mallocx() error");
41
assert_ptr_not_null
(p, "Unexpected mallocx() error");
mallocx.c
16
assert_ptr_not_null
(p, "Unexpected mallocx() error");
23
assert_ptr_not_null
(p, "Unexpected mallocx() error");
29
assert_ptr_not_null
(p, "Unexpected mallocx() error");
60
assert_ptr_not_null
(ps[i],
rallocx.c
14
assert_ptr_not_null
(p, "Unexpected mallocx() error");
20
assert_ptr_not_null
(q,
31
assert_ptr_not_null
(q,
78
assert_ptr_not_null
(p, "Unexpected mallocx() error");
89
assert_ptr_not_null
(q, "Unexpected rallocx() error");
120
assert_ptr_not_null
(p, "Unexpected mallocx() error");
124
assert_ptr_not_null
(q,
146
assert_ptr_not_null
(p, "Unexpected mallocx() error");
150
assert_ptr_not_null
(q,
thread_arena.c
15
assert_ptr_not_null
(p, "Error in malloc()");
50
assert_ptr_not_null
(p, "Error in malloc()");
MALLOCX_ARENA.c
42
assert_ptr_not_null
(p, "Unexpected mallocx() error");
allocated.c
57
assert_ptr_not_null
(p, "Unexpected malloc() error");
/external/jemalloc/test/unit/
prof_gdump.c
37
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
42
assert_ptr_not_null
(q, "Unexpected mallocx() failure");
prof_accum.h
33
assert_ptr_not_null
(p, "Unexpected mallocx() failure"); \
quarantine.c
18
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
45
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
82
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
91
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
prof_idump.c
39
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
zero.c
16
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
38
assert_ptr_not_null
((void *)s,
junk.c
69
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
93
assert_ptr_not_null
((void *)s,
152
assert_ptr_not_null
(p1, "Unexpected mallocx() failure");
190
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
199
assert_ptr_not_null
((void *)s, "Unexpected mallocx() failure");
mq.c
41
assert_ptr_not_null
(msg, "mq_get() should never return NULL");
57
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
stats.c
68
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
112
assert_ptr_not_null
(little, "Unexpected mallocx() failure");
114
assert_ptr_not_null
(large, "Unexpected mallocx() failure");
176
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
223
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
268
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
340
assert_ptr_not_null
(p, "Unexpected mallocx() failure");
rb.c
268
assert_ptr_not_null
(tree_first(&tree),
270
assert_ptr_not_null
(tree_last(&tree),
ckh.c
115
assert_ptr_not_null
(p[i], "Unexpected mallocx() failure");
/external/jemalloc/test/include/test/
test.h
26
#define
assert_ptr_not_null
(a, ...) assert_cmp(void *, a, NULL, !=, \
macro
Completed in 44 milliseconds