Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
0いいね 2 views回再生

c - how to find memory leaks in a very slow application? - Stack Overflow

my solution would be:

#define malloc(size) mymalloc(size, __FILE__, __FUNCTION__, __LINE__)
... (realloc, calloc, free)

void *mymalloc(size_t size, char *file, char *function, int line)
{
void *data = malloc

#memory #against #head> #feeding #this
https://stackoverflow.com/questions/1...

https://stackoverflow.com/questions/1...

コメント