Changeset View
Changeset View
Standalone View
Standalone View
doc/guides/blender-guardedalloc.txt
| Context not available. | |||||
| garbage collection, which are contained in the memutil module. | garbage collection, which are contained in the memutil module. | ||||
| Blender takes care of dynamic memory allocation using a set of own functions | Blender takes care of dynamic memory allocation using a set of own functions | ||||
| which are recognizeable through their MEM_ prefix. All memory allocation and | which are recognizable through their MEM_ prefix. All memory allocation and | ||||
| deallocation in blender is done through these functions. | deallocation in blender is done through these functions. | ||||
| The following functions are available through MEM_guardedalloc.h: | The following functions are available through MEM_guardedalloc.h: | ||||
| Context not available. | |||||