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
path: root/source
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2011-05-12 00:36:30 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-05-12 00:36:30 +0400
commitee7b7a500a5b067f18089e2d3ebd6efd06ba9e9d (patch)
treedf4d4b209060e6a94a064871222b5511b7b9be8c /source
parentc865793d9ed88ca332917c0af19300fa9836813a (diff)
remove modified guardedalloc/ghost to rebranch from trunk
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/BLI_cellalloc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_cellalloc.h b/source/blender/blenlib/BLI_cellalloc.h
index ee8d9b5588f..a6e779d5990 100644
--- a/source/blender/blenlib/BLI_cellalloc.h
+++ b/source/blender/blenlib/BLI_cellalloc.h
@@ -33,6 +33,18 @@
is found we can get rid of this code, but until then this is necassary
(though, disabling it if jedmalloc is in use might be feasible).
+ ideas for replacement:
+ ok, mdisps could store a mempool in CustomDataLayer. there might be
+ one there already? vgroups, uh. . .not sure what to do with vgroups,
+ they do cause a significant performance problem.
+
+ it's tempting to split vgroups into lots of little customdata layers,
+ but that would waste a LOT of memory. ugh. can we plug in jemalloc
+ to guardedalloc, on all platforms? that would work.
+
+ I really hate this little library; it really should be replaced before trunk
+ reintegration.
+
- joeedh
*/