Home
last modified time | relevance | path

Searched refs:device_malloc (Results 1 – 3 of 3) sorted by relevance

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