Skip to content
  • Magnus Blåudd's avatar
    ebd511f7
    Bug#23127872 REMOVE NDBMEM WRAPPERS · ebd511f7
    Magnus Blåudd authored
     - Remove usage of NdbMem_Allocate() and NdbMem_Free() and instead
       call malloc() or free() directly
     - Remove functions NdbMem_Allocate() and NdbMem_Free()
     - Remove NdbMem_Create() and NdbMem_Destroy() which had no effect
     - Remove unused NdbMem_AllocateAlign()
     - Remove unused test code
     - Remove unnecessary usage of "#include <NdbMem.h>"
     - Only functions which locks memory are now left in NdbMem.h
       and uses NdbMem.h
    ebd511f7
    Bug#23127872 REMOVE NDBMEM WRAPPERS
    Magnus Blåudd authored
     - Remove usage of NdbMem_Allocate() and NdbMem_Free() and instead
       call malloc() or free() directly
     - Remove functions NdbMem_Allocate() and NdbMem_Free()
     - Remove NdbMem_Create() and NdbMem_Destroy() which had no effect
     - Remove unused NdbMem_AllocateAlign()
     - Remove unused test code
     - Remove unnecessary usage of "#include <NdbMem.h>"
     - Only functions which locks memory are now left in NdbMem.h
       and uses NdbMem.h
Loading