comparison OrthancFramework/Sources/MallocMemoryBuffer.h @ 4917:95378de340d4

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 06:36:29 +0100
parents 89f7d29a38c4 c1b19f95e166
children 0ea402b4d901
comparison
equal deleted inserted replaced
4916:89f7d29a38c4 4917:95378de340d4
50 } 50 }
51 51
52 void Clear(); 52 void Clear();
53 53
54 void Assign(void* buffer, 54 void Assign(void* buffer,
55 size_t size, 55 uint64_t size,
56 FreeFunction freeFunction); 56 FreeFunction freeFunction);
57 57
58 virtual void MoveToString(std::string& target) ORTHANC_OVERRIDE; 58 virtual void MoveToString(std::string& target) ORTHANC_OVERRIDE;
59 59
60 virtual const void* GetData() const ORTHANC_OVERRIDE 60 virtual const void* GetData() const ORTHANC_OVERRIDE