Home
last modified time | relevance | path

Searched refs:malloc_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks() local
172 gallivm->coro_malloc_hook = LLVMAddFunction(gallivm->module, "coro_malloc", malloc_type); in lp_build_coro_declare_malloc_hooks()
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c900 static int malloc_type; in malloc_pkey() local
906 pkey_assert(malloc_type < nr_malloc_types); in malloc_pkey()
908 ret = pkey_malloc[malloc_type](size, prot, pkey); in malloc_pkey()
911 malloc_type++; in malloc_pkey()
912 if (malloc_type >= nr_malloc_types) in malloc_pkey()
913 malloc_type = (random()%nr_malloc_types); in malloc_pkey()