mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
JUtility debug (#3020)
This commit is contained in:
@@ -210,6 +210,10 @@ inline void* operator new(size_t size, void* ptr) {
|
||||
}
|
||||
#endif
|
||||
|
||||
inline void* operator new[](size_t size, void* ptr) {
|
||||
return ptr;
|
||||
}
|
||||
|
||||
void JKRDefaultMemoryErrorRoutine(void* heap, u32 size, int alignment);
|
||||
|
||||
inline void* JKRAllocFromHeap(JKRHeap* heap, u32 size, int alignment) {
|
||||
|
||||
Reference in New Issue
Block a user