| /src/external/bsd/jemalloc/dist/test/integration/cpp/ |
| basic.cpp | 5 expect_ptr_not_null(foo, "Unexpected new[] failure"); 12 expect_ptr_not_null(bar, "Unexpected new failure");
|
| infallible_new_true.cpp | 28 expect_ptr_not_null(ptr, "Unexpected allocation failure");
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| a0.c | 7 expect_ptr_not_null(p, "Unexpected a0malloc() error");
|
| prof_gdump.c | 36 expect_ptr_not_null(p, "Unexpected mallocx() failure"); 41 expect_ptr_not_null(q, "Unexpected mallocx() failure"); 52 expect_ptr_not_null(q, "Unexpected mallocx() failure"); 63 expect_ptr_not_null(q, "Unexpected mallocx() failure");
|
| zero_realloc_abort.c | 15 expect_ptr_not_null(ptr, "Unexpected mallocx error");
|
| huge.c | 20 expect_ptr_not_null(ptr, "Fail to allocate huge size"); 40 expect_ptr_not_null(ptr, "Fail to allocate huge size"); 56 expect_ptr_not_null(huge, "Fail to allocate huge size"); 63 expect_ptr_not_null(huge, "Fail to allocate huge size"); 78 expect_ptr_not_null(ptr, "Fail to allocate huge size"); 86 expect_ptr_not_null(ptr, "Fail to allocate half huge size"); 93 expect_ptr_not_null(ptr, "Fail to allocate small size");
|
| zero_realloc_free.c | 17 expect_ptr_not_null(ptr, "Unexpected mallocx error");
|
| san_bump.c | 26 expect_ptr_not_null(edata, "Failed to allocate edata"); 36 expect_ptr_not_null(ptr, "Edata was assigned an invalid address"); 47 expect_ptr_not_null(edata2, "Failed to allocate edata"); 57 expect_ptr_not_null(ptr, "Edata was assigned an invalid address"); 98 expect_ptr_not_null(ptr, "Edata was assigned an invalid address");
|
| base.c | 49 expect_ptr_not_null(base_alloc(tsdn, base, 42, 1), 79 expect_ptr_not_null(base, "Unexpected base_new() failure"); 92 expect_ptr_not_null(base_alloc(tsdn, base, 42, 1), 125 expect_ptr_not_null(base, "Unexpected base_new() failure"); 147 expect_ptr_not_null(p, 153 expect_ptr_not_null(q, 159 expect_ptr_not_null(r, 177 expect_ptr_not_null(p, "Unexpected base_alloc() failure"); 182 expect_ptr_not_null(q, "Unexpected base_alloc() failure"); 186 expect_ptr_not_null(r, "Unexpected base_alloc() failure") [all...] |
| pages.c | 11 expect_ptr_not_null(pages, "Unexpected pages_map() error");
|
| zero_reallocs.c | 21 expect_ptr_not_null(ptr, "Unexpected mallocx error");
|
| edata_cache.c | 68 expect_ptr_not_null(ed1, ""); 73 expect_ptr_not_null(ed2, ""); 127 expect_ptr_not_null(allocs[i], ""); 133 expect_ptr_not_null(edata, ""); 144 expect_ptr_not_null(allocs[i], ""); 159 expect_ptr_not_null(allocs[i], ""); 172 expect_ptr_not_null(allocs[i], ""); 190 expect_ptr_not_null(edata, "");
|
| fork.c | 50 expect_ptr_not_null(p, "Unexpected malloc() failure"); 57 expect_ptr_not_null(p, "Unexpected malloc() failure");
|
| prof_tctx.c | 19 expect_ptr_not_null(p, "Unexpected mallocx() failure"); 29 expect_ptr_not_null(p, "Unexpected rmallocx() failure");
|
| zero.c | 11 expect_ptr_not_null((void *)s, "Unexpected mallocx() failure"); 33 expect_ptr_not_null((void *)s,
|
| prof_idump.c | 47 expect_ptr_not_null(p, "Unexpected mallocx() failure");
|
| slab.c | 17 expect_ptr_not_null(edata_addr_get(&slab),
|
| zero_realloc_alloc.c | 29 expect_ptr_not_null(ptr, "Unexpected mallocx error");
|
| arena_decay.c | 49 expect_ptr_not_null(decay_ticker, 61 expect_ptr_not_null(p, "Unexpected malloc() failure"); 73 expect_ptr_not_null(p, "Unexpected calloc() failure"); 90 expect_ptr_not_null(p, "Unexpected aligned_alloc() failure"); 100 expect_ptr_not_null(p, "Unexpected realloc() failure"); 106 expect_ptr_not_null(p, "Unexpected realloc() failure"); 131 expect_ptr_not_null(p, "Unexpected mallocx() failure"); 139 expect_ptr_not_null(p, "Unexpected rallocx() failure"); 160 expect_ptr_not_null(p, "Unexpected mallocx() failure"); 194 expect_ptr_not_null(p, "Unexpected mallocx() failure") [all...] |
| mq.c | 39 expect_ptr_not_null(msg, "mq_get() should never return NULL"); 54 expect_ptr_not_null(p, "Unexpected mallocx() failure");
|
| /src/external/bsd/jemalloc/dist/test/include/test/ |
| btalloc.h | 28 expect_ptr_not_null(p, "Unexpected mallocx() failure"); \
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| rallocx.c | 57 expect_ptr_not_null(p, "Unexpected mallocx() error"); 63 expect_ptr_not_null(q, 74 expect_ptr_not_null(q, 128 expect_ptr_not_null(p, "Unexpected mallocx() error"); 139 expect_ptr_not_null(q, "Unexpected rallocx() error"); 169 expect_ptr_not_null(p, "Unexpected mallocx() error"); 173 expect_ptr_not_null(q, 232 expect_ptr_not_null(p, "Unexpected mallocx() error"); 236 expect_ptr_not_null(q, 277 expect_ptr_not_null(p, "Unexpected mallocx() failure") [all...] |
| xallocx.c | 26 expect_ptr_not_null(p, "Unexpected mallocx() error"); 41 expect_ptr_not_null(p, "Unexpected mallocx() error"); 56 expect_ptr_not_null(p, "Unexpected mallocx() error"); 125 expect_ptr_not_null(p, "Unexpected mallocx() error"); 154 expect_ptr_not_null(p, "Unexpected mallocx() error"); 186 expect_ptr_not_null(p, "Unexpected mallocx() error"); 220 expect_ptr_not_null(p, "Unexpected mallocx() error"); 232 expect_ptr_not_null(p, "Unexpected rallocx() failure"); 266 expect_ptr_not_null(p, "Unexpected rallocx() failure"); 323 expect_ptr_not_null(p, "Unexpected mallocx() error") [all...] |
| thread_arena.c | 14 expect_ptr_not_null(p, "Error in malloc()"); 55 expect_ptr_not_null(p, "Error in malloc()");
|
| overflow.c | 43 expect_ptr_not_null(p, "Unexpected malloc() OOM");
|