Blender Git Commit Log
Git Commits -> Revision 2497084
Revision 2497084 by Campbell Barton (master) August 4, 2013, 19:40 (GMT) |
mempool api cleanup: differentiate mempool functions that allocate a pointer lookup table from allocating the data as a contiguous array, call these functions BLI_mempool_as_table(), BLI_mempool_as_array(), the N prefixed versions of these functions return newly allocated arrays. |
Commit Details:
Full Hash: 2497084744b9a106cf200f8f3afa20557e6070b8
SVN Revision: 58911
Parent Commit: fdc3365
Lines Changed: +49, -17