Changeset 58 for abuse/trunk/src/imlib/jmalloc.cpp
- Timestamp:
- Mar 2, 2008, 4:02:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/jmalloc.cpp
r56 r58 26 26 #define JM_SMALL_SIZE 128 // above 128 bytes is considered to be a big block and no hashing is done 27 27 int alloc_space=ALLOC_SPACE_STATIC; 28 29 extern void free_up_memory();30 28 31 29 #ifdef MEM_CHECK … … 776 774 if (j_available()<min_size) 777 775 { 778 fprintf(stderr, not_enough_total_memory_message);776 fprintf(stderr, "%s", not_enough_total_memory_message); 779 777 exit(0); 780 778 }
Note: See TracChangeset
for help on using the changeset viewer.