massive changes to support new scheme for arithmetic:

- compilation and assembly support
This commit is contained in:
Vítor Santos Costa
2008-12-09 12:54:27 +00:00
parent 2e8d898e86
commit a36be5bf20
15 changed files with 2121 additions and 416 deletions

View File

@@ -1586,6 +1586,8 @@ Void_t* mALLOc(size_t bytes)
victim = av->top;
size = chunksize(victim);
if (size>100000) fprintf(stderr,"victim=%p %d\n",victim, size);
if ((CHUNK_SIZE_T)(size) >= (CHUNK_SIZE_T)(nb + MINSIZE)) {
remainder_size = size - nb;