Home
last modified time | relevance | path

Searched defs:allocate_memory (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memctl/
Dmemctl_test01.c164 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/tools/trace/
Ddump_state.py202 def allocate_memory(screen, size): member in Screen