Searched refs:alloc_mem (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftinit.c47 size_t alloc_mem; member in struct:__anonc3fe12ff0108
77 XftInUse[i].alloc_count, (unsigned long) XftInUse[i].alloc_mem,
93 XftInUse[kind].alloc_mem += size;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c184 LLVMValueRef alloc_mem; local in function:lp_build_coro_begin_alloc_mem
187 alloc_mem = LLVMBuildCall(gallivm->builder, gallivm->coro_malloc_hook, &coro_size, 1, "");
192 LLVMAddIncoming(phi, &alloc_mem, &if_state_coro.true_block, 1);
212 LLVMValueRef alloc_mem; local in function:lp_build_coro_alloc_mem_array
215 alloc_mem = LLVMBuildCall(gallivm->builder, gallivm->coro_malloc_hook, &alloc_size, 1, "");
216 LLVMBuildStore(gallivm->builder, alloc_mem, coro_hdl_ptr);
224 LLVMValueRef alloc_mem = lp_build_coro_free(gallivm, coro_id, coro_hdl); local in function:lp_build_coro_free_mem
227 alloc_mem = LLVMBuildCall(gallivm->builder, gallivm->coro_free_hook, &alloc_mem, 1, "");
/xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
H A Dv3d_simulator_wrapper.cpp56 return hw->alloc_mem(min_size) == V3D_HW_ALLOC_SUCCESS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_simulator_wrapper.cpp56 return hw->alloc_mem(min_size) == V3D_HW_ALLOC_SUCCESS;

Completed in 5 milliseconds