|
@@ -61,6 +61,7 @@ void _starpu_deinit_mem_chunk_lists(void);
|
|
void _starpu_request_mem_chunk_removal(starpu_data_handle_t handle, unsigned node, int handle_deleted);
|
|
void _starpu_request_mem_chunk_removal(starpu_data_handle_t handle, unsigned node, int handle_deleted);
|
|
int _starpu_allocate_memory_on_node(starpu_data_handle_t handle, struct _starpu_data_replicate *replicate, unsigned is_prefetch);
|
|
int _starpu_allocate_memory_on_node(starpu_data_handle_t handle, struct _starpu_data_replicate *replicate, unsigned is_prefetch);
|
|
uintptr_t _starpu_allocate_buffer_on_node(uint32_t dst_node, size_t size);
|
|
uintptr_t _starpu_allocate_buffer_on_node(uint32_t dst_node, size_t size);
|
|
|
|
+void _starpu_free_buffer_on_node(uint32_t dst_node, uintptr_t addr);
|
|
size_t _starpu_free_all_automatically_allocated_buffers(uint32_t node);
|
|
size_t _starpu_free_all_automatically_allocated_buffers(uint32_t node);
|
|
void _starpu_memchunk_recently_used(struct _starpu_mem_chunk *mc, unsigned node);
|
|
void _starpu_memchunk_recently_used(struct _starpu_mem_chunk *mc, unsigned node);
|
|
|
|
|