Home
last modified time | relevance | path

Searched refs:allocate_memory (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memctl/
Dmemctl_test01.c64 int allocate_memory(void);
112 ret = allocate_memory(); /*should i check ret? */ in main()
161 allocate_memory(); in signal_handler_sigusr2()
164 int allocate_memory(void) in allocate_memory() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h617 struct pipe_memory_allocation *(*allocate_memory)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c553 result = screen->allocate_memory(screen, size); in trace_screen_allocate_memory()
1420 tr_scr->base.allocate_memory = trace_screen_allocate_memory; in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1151 screen->allocate_memory = llvmpipe_allocate_memory; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py202 def allocate_memory(screen, size): member in Screen
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1713 mem->pmem = device->pscreen->allocate_memory(device->pscreen, pAllocateInfo->allocationSize); in lvp_AllocateMemory()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt1823 include::{chapters}/VK_NV_external_memory/allocate_memory.txt[]
Dmemory.adoc2018 include::{chapters}/VK_NV_external_memory/allocate_memory.adoc[]