New version 0.3 with filtering on short words
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@213 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@@ -17,7 +17,7 @@ void eco_untrace_memory_allocation()
|
||||
|
||||
void ecoMallocedMemory()
|
||||
{
|
||||
return eco_amount_malloc;
|
||||
//eco_amount_malloc;
|
||||
}
|
||||
|
||||
void *eco_malloc(int64_t chunksize,
|
||||
@@ -60,7 +60,7 @@ void *eco_realloc(void *chunk,
|
||||
if (!newchunk)
|
||||
{
|
||||
ecoError(ECO_MEM_ERROR,error_message,filename,line);
|
||||
fprintf('Requested memory : %d\n',newsize);
|
||||
fprintf(stderr,"Requested memory : %d\n",newsize);
|
||||
}
|
||||
if (!chunk)
|
||||
eco_chunk_malloc++;
|
||||
|
Reference in New Issue
Block a user