Move the global arrays for hip malloc/free

from a header into a source file such that
there's only an unique copy in an executable
and prevent wasting static memory on the host

Change-Id: Id5b62766f77809c8d7b47892cb7149c490dcbdb9


[ROCm/clr commit: cdd0109e70]
This commit is contained in:
Siu Chi Chan
2018-11-01 16:20:35 -04:00
والد f659cb5855
کامیت e26a728173
2فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
@@ -28,6 +28,9 @@ THE SOFTWARE.
#include "hip_hcc_internal.h"
#include "trace_helper.h"
__device__ char __hip_device_heap[__HIP_SIZE_OF_HEAP];
__device__ uint32_t __hip_device_page_flag[__HIP_NUM_PAGES];
// Internal HIP APIS:
namespace hip_internal {