Searched refs:device_malloc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc474 device_malloc (size_t size, hsa_region_t region) function
692 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
698 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
701 struct heap *heap = device_malloc (heap_size, heap_region);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c622 device_malloc (size_t size, hsa_region_t region) function
840 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
846 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
849 struct heap *heap = device_malloc (heap_size, heap_region);

Completed in 124 milliseconds