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/doc
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-20 18:55:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-20 18:55:16 +0300
commite0388bc61a8825b68d584f799a2b03dec5f36d96 (patch)
tree5a66d4d3c2749e32b8f4e8fef1534856755499f2 /doc
parentebbb55dd80531f1932b089d39f7350f265db7323 (diff)
parent69e35429bf879fcfe893b7824479274c2ae8d051 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/blender-guardedalloc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/blender-guardedalloc.txt b/doc/guides/blender-guardedalloc.txt
index 3db647a4e77..2e49f25bd92 100644
--- a/doc/guides/blender-guardedalloc.txt
+++ b/doc/guides/blender-guardedalloc.txt
@@ -51,7 +51,7 @@ void MEM_printmemlist(void);
- if err_stream is set by MEM_set_error_stream() this function dumps a list of all
currently allocated memory blocks with length and name to the stream
-int MEM_check_memory_integrity(void);
+bool MEM_consistency_check(void);
- this function tests if the internal structures of the memory manager are intact
- returns 0 on success and !=0 on error