Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c162 assert(gallivm->coro_free_hook); in lp_build_coro_add_malloc_hooks()
164 LLVMAddGlobalMapping(gallivm->engine, gallivm->coro_free_hook, coro_free); in lp_build_coro_add_malloc_hooks()
174 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()
202 alloc_mem = LLVMBuildCall(gallivm->builder, gallivm->coro_free_hook, &alloc_mem, 1, ""); in lp_build_coro_free_mem()
Dlp_bld_init.h58 LLVMValueRef coro_free_hook; member