Searched refs:device_malloc (Results 1 – 3 of 3) sorted by relevance
474 device_malloc (size_t size, hsa_region_t region) in device_malloc() function692 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()
622 device_malloc (size_t size, hsa_region_t region) in device_malloc() function840 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()
5104 (device_malloc): Add region parameter.