Blender Git Commit Log
Git Commits -> Revision c86c929
October 14, 2014, 14:11 (GMT) |
Fix inconsistent types in guardealloc This basically fixes mix of size_t and uintptr_t usages which might be different size. |
Commit Details:
Full Hash: c86c9297dc91056fb8f17e3770e259853b60f310
Parent Commit: b171fd7
Committed By: Sergey Sharybin
Lines Changed: +18, -18
5 Modified Paths:
/intern/guardedalloc/intern/mallocn.c (+3, -3) (Diff)
/intern/guardedalloc/intern/mallocn_guarded_impl.c (+4, -4) (Diff)
/intern/guardedalloc/intern/mallocn_intern.h (+6, -6) (Diff)
/intern/guardedalloc/intern/mallocn_lockfree_impl.c (+3, -3) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+2, -2) (Diff)
/intern/guardedalloc/intern/mallocn_guarded_impl.c (+4, -4) (Diff)
/intern/guardedalloc/intern/mallocn_intern.h (+6, -6) (Diff)
/intern/guardedalloc/intern/mallocn_lockfree_impl.c (+3, -3) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+2, -2) (Diff)