Files
2022-10-26 12:25:11 +08:00

7 lines
179 B
C

// SunAllocHook.h
#pragma once
int SunAllocHook( int nAllocType, void *pvData, size_t nSize, int nBlockUse,
long lRequest, const unsigned char * szFileName, int nLine );