Home
last modified time | relevance | path

Searched refs:zero_alloc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cpp64 void *zero_alloc = Ident(malloc(0)); in TEST() local
65 if (zero_alloc != 0) { in TEST()
68 EXPECT_TRUE(__sanitizer_get_ownership(zero_alloc)); in TEST()
70 EXPECT_LT(__sanitizer_get_allocated_size(zero_alloc), 2U); in TEST()
72 free(zero_alloc); in TEST()
/openbsd-src/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_tt.h147 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
/openbsd-src/sys/dev/pci/drm/ttm/
H A Dttm_tt.c63 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc) in ttm_tt_create() argument
76 if (zero_alloc) in ttm_tt_create()