Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-07-08 08:42:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-08 08:54:34 +0300
commit83fe139b2b9c37db50c14833cb38877b999db6de (patch)
tree079729ccd664f230a98440bc5175acc4155a27b0 /source/blender/editors/mesh
parentdda96e34725a3e12b83696db311dde10e1126cd6 (diff)
Undo: use system memcmp
`my_memcmp` didn't work properly comparing memory sizes not aligned to 4 bytes, this worked while we used guarded-alloc (which always wrote a guard at the end of each allocation). Since moving to lockfree allocator it could read uninitialized memory. It also consistently performed ~10-30% worse then glibc's. This is typically well optimized, no need to do ourselves.
Diffstat (limited to 'source/blender/editors/mesh')
0 files changed, 0 insertions, 0 deletions