JavaNativeMemory.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
--- a/JavaNativeMemory.st	Thu Sep 05 22:08:59 2013 +0100
+++ b/JavaNativeMemory.st	Fri Sep 06 00:16:38 2013 +0100
@@ -67,7 +67,6 @@
 "
 ! !
 
-
 !JavaNativeMemory class methodsFor:'initialization'!
 
 initialize
@@ -80,7 +79,6 @@
     "Modified: / 10-07-2012 / 18:54:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory class methodsFor:'instance creation'!
 
 new
@@ -89,7 +87,6 @@
     ^ self basicNew initialize.
 ! !
 
-
 !JavaNativeMemory methodsFor:'accessing'!
 
 defaultMallocatedMemoryChunkSize
@@ -100,7 +97,6 @@
     defaultMallocatedMemoryChunkSize := something.
 ! !
 
-
 !JavaNativeMemory methodsFor:'accessing-tests'!
 
 chunks
@@ -110,7 +106,6 @@
     "Created: / 11-07-2012 / 09:13:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'allocation'!
 
 free: address
@@ -140,7 +135,6 @@
     "Created: / 10-07-2012 / 18:45:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'byte access'!
 
 byteAt:address
@@ -181,7 +175,6 @@
     "Created: / 16-07-2012 / 16:00:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'byte transfer'!
 
 bcopy: dstAddr length: length from: bytearray offset: offset
@@ -225,7 +218,6 @@
     "Created: / 11-07-2012 / 10:27:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'error reporting'!
 
 errorSegmentationViolation: message
@@ -234,7 +226,6 @@
     "Created: / 10-07-2012 / 18:59:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'initialization'!
 
 initialize
@@ -248,7 +239,6 @@
     "Modified: / 11-07-2012 / 09:11:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory methodsFor:'private'!
 
 chunkFor: address
@@ -259,7 +249,6 @@
     "Created: / 10-07-2012 / 18:57:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk class methodsFor:'instance creation'!
 
 new
@@ -278,7 +267,6 @@
     "Created: / 10-07-2012 / 18:36:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'accessing'!
 
 base
@@ -297,7 +285,6 @@
     size := something.
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'accessing-tests'!
 
 data
@@ -307,7 +294,6 @@
     "Modified (comment): / 11-07-2012 / 10:01:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'allocation'!
 
 free: gaddress
@@ -374,7 +360,6 @@
     "Created: / 07-12-2010 / 23:25:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'byte access'!
 
 byteAt:address
@@ -417,7 +402,6 @@
     "Created: / 16-07-2012 / 16:00:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'byte transfer'!
 
 bcopy: dstAddr length: length from: bytearray offset: offset
@@ -468,7 +452,6 @@
     "Created: / 11-07-2012 / 10:27:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'error reporting'!
 
 errorFreeingUnallocatedMemory: message
@@ -489,7 +472,6 @@
     "Created: / 10-07-2012 / 19:00:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'initialization'!
 
 initializeWithSize: sz
@@ -506,7 +488,6 @@
     "Created: / 10-07-2012 / 18:37:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk methodsFor:'private'!
 
 insert: entry into: list join: join
@@ -533,7 +514,6 @@
     "Created: / 09-07-2012 / 11:29:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk::FreeListEntry methodsFor:'accessing'!
 
 next
@@ -574,7 +554,6 @@
     stop := something.
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk::FreeListEntry methodsFor:'printing & storing'!
 
 printOn:aStream
@@ -590,7 +569,6 @@
     "Modified: / 09-07-2012 / 11:54:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory::MallocatedMemoryChunk::FreeListEntry methodsFor:'utilities'!
 
 next: next join: join
@@ -609,11 +587,10 @@
     "Created: / 09-07-2012 / 11:49:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaNativeMemory class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaNativeMemory.st,v 1.5 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG