Skip to content

Commit

Permalink
fix(memory-pool): fix some bugs
Browse files Browse the repository at this point in the history
please refer to the file change history for details
  • Loading branch information
CLimber-Rong committed Aug 21, 2024
1 parent 32ae60a commit eb6708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stdc_implemented/MemoryPool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "stdio.h"
#include "stdlib.h"

void *operator new(size_t size, void *ptr) {
void *operator new(unsigned long long int size, void *ptr) noexcept {
return ptr;
}

Expand Down

0 comments on commit eb6708a

Please sign in to comment.