See: Description
Class | Description |
---|---|
AllocInBlock |
This class supports allocation in a given block with equal size.
|
ConcurrentLinkedQueue<EntryType> |
This version of ConcurrentLinkedQueue extends the original java.util.concurrent.ConcurrentLinkedQueue
without any other extensions or overload methods else
ConcurrentLinkedQueue.shareNodePool(ConcurrentLinkedQueue)
and ConcurrentLinkedQueue.initNodePool(MemC) . |
DivideJc |
This class supports some special division algorithm for processors which have not a division hardware on chip.
|
ExampleTestFloat | |
FixArray | |
MemC |
This class is an analog to the MemC class in C.
|
MemSegmJc |
This class describes an address of any instance in memory completed with a segment info.
|
MemUnit |
A reference to this class represents a reference to a memory address position.
|
OS_TimeStamp |
This class is useable in C.
|
ThreadContextFW |
This is a dummy in Java, necessary to work with ThreadContextFW in C.
|
Va_list |
Represents a Java-complement to a C-struct which contains va_list reference from stdarg.h.
|
VaArgBuffer |
This class represents a buffer, which stores variable arguments in the kind of C language:
The Implementation in C is much other than in Java.
|
Exception | Description |
---|---|
IllegalArgumentExceptionJc |