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:
2009-05-13 06:51:25 +00:00
parent 5dc55c7f53
commit b7c1640042
12 changed files with 330 additions and 34 deletions

View File

@@ -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++;