Searched refs:ALLOC_MEMSIZE (Results 1 – 3 of 3) sorted by relevance
49 memset(BigBuffer, 0, ALLOC_MEMSIZE); in CopyUtility()70 copySize = MIN(size - copiedSize, ALLOC_MEMSIZE); in CopyUtility()120 bufferB = (void*)((u32)BigBuffer + ALLOC_MEMSIZE/2); in DiffUtility()141 diffSize = MIN(size - diffedSize, ALLOC_MEMSIZE/2); in DiffUtility()
319 if ( NULL == (BigBuffer = malloc(ALLOC_MEMSIZE)) ) in main()
223 #define ALLOC_MEMSIZE (16*1024*1024) macro