Home
last modified time | relevance | path

Searched defs:zero_alloc (Results 1 – 2 of 2) sorted by relevance

/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cpp64 void *zero_alloc = Ident(malloc(0)); in TEST() local