AdamRLukaitis / simple-opencl

Automatically exported from code.google.com/p/simple-opencl
0 stars 0 forks source link

sclMallocWrite could call sclMalloc function #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sclMallocWrite repeat sclMalloc code not following the DRY principle (Don't 
Repeat Yourself).

Fix it could be call directly sclMalloc function to remove duplicated code.

Original issue reported on code.google.com by conta...@rafagarcia.net on 13 Sep 2013 at 10:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
r161 - Call sclMalloc from sclMallocWrite out of DEBUG section.

I'm having problems doing the same in DEBUG section (WIP)

Original comment by conta...@rafagarcia.net on 23 Sep 2013 at 9:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r167.

Original comment by conta...@rafagarcia.net on 24 Sep 2013 at 11:58