Blender Git Commit Log

Git Commits -> Revision fa248dd

Revision fa248dd by Sergey Sharybin
May 25, 2020, 13:39 (GMT)
OpenSubdiv: Refactor, use C++ allocation for internal classes

Only use OBJECT_GUARDED_{NEW. DELETE} for structures which are part of
public C-API (and hence can not have new/delete operators overloaded).

Could try being brave and override new/delete from under C++ ifdef.

Commit Details:

Full Hash: fa248dd98c92b8a9d6baee7b81d1e431ef421527
Parent Commit: 315bdd2
Lines Changed: +42, -4

1 Added Path:

/intern/opensubdiv/internal/base/memory.h (+28, -0) (View)

5 Modified Paths:

/intern/opensubdiv/CMakeLists.txt (+3, -0) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/opensubdiv_evaluator_internal.h (+4, -0) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_capi.cc (+2, -2) (Diff)
/intern/opensubdiv/internal/topology/topology_refiner_impl.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021