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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-07-15 03:08:55 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-07-15 03:08:55 +0400
commit7afffd2950aba313de3cab1c74657380aaf08067 (patch)
tree8b3544588d5087317a4035b393e908c2a9ff1b6f /source/blender/blenlib/intern/BLI_memarena.c
parenta6b328b82577d3ec1429c02686ea1727e02140c0 (diff)
Just another experimental stuff to optimize the expected number of BB test on bvh trees
*tree pushdowns after the pushsups :P (its still not local optimum)
Diffstat (limited to 'source/blender/blenlib/intern/BLI_memarena.c')
-rw-r--r--source/blender/blenlib/intern/BLI_memarena.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_memarena.c b/source/blender/blenlib/intern/BLI_memarena.c
index 87d2f0426b2..6312cbb22ca 100644
--- a/source/blender/blenlib/intern/BLI_memarena.c
+++ b/source/blender/blenlib/intern/BLI_memarena.c
@@ -95,3 +95,4 @@ void *BLI_memarena_alloc(MemArena *ma, int size) {
return ptr;
}
+