YiMingFu / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Custom allocators needs hint in free-functions (Recast/Detour). #199

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We get allocation hints in the alloc functions but need the hint in the free 
functions aswell (as we use different allocators depending on the alloc hint). 

Original issue reported on code.google.com by fred...@pixeldiet.se on 29 Mar 2012 at 7:56

GoogleCodeExporter commented 8 years ago
I fear that those will get horribly out of sync really quickly. It needs to be 
somehow automatic. I don't have good pattern to throw into this. Do you know 
some good practices how to handle this?

Original comment by memono...@gmail.com on 1 Apr 2012 at 10:13

GoogleCodeExporter commented 8 years ago

Original comment by memono...@gmail.com on 16 Sep 2013 at 7:01