OpenSubdiv
OpenSubdiv copied to clipboard
Implement dedicated memory allocation
We should indirect all memory allocations in core libraries to allow implementation of client-code driven memory management.
Similarly, std::vector should be indirected (typedef) to allow for client-code replacement.
Filed as internal issue #151653.