Side module with different allocators #20935
              
                Unanswered
              
          
                  
                    
                      technopedi
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 5 replies
-
| IIRC there can only be one copy of the base new and delete in the whole program, but individual classes can override this. I don't think it matter if you are using a side module or now, the limitations and best practices should be identical. Unless I'm misunderstanding something here. | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible and advisable to have a side module with new and delete operators overloaded by another allocators like scalabale_malloc and scalable_free?
Beta Was this translation helpful? Give feedback.
All reactions