jl777 8 years ago
parent
commit
0fe88eee21
  1. 2
      crypto777/iguana_OS.c

2
crypto777/iguana_OS.c

@ -117,7 +117,7 @@ void *mycalloc(uint8_t type,int32_t n,long itemsize)
//portable_mutex_unlock(&MEMmutex);
return((void *)((long)item + sizeof(*item)));
#else
return(calloc(n,itemsize));
return(calloc(1,n*itemsize + 64));
#endif
}

Loading…
Cancel
Save