com.jniwrapper.win32.com.impl
Class IMallocImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.com.impl.IMallocImpl
All Implemented Interfaces:
AutoDeleteParameter, IMalloc, IUnknown, PointerParameter

public class IMallocImpl
extends IUnknownImpl
implements IMalloc

Represents COM interface IMalloc.


Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
DebugComfyJ, LICENSE_TYPE, PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
V
 
Constructor Summary
  IMallocImpl()
           
  IMallocImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IMallocImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IMallocImpl(IUnknown that)
           
protected IMallocImpl(IUnknownImpl that)
           
 
Method Summary
 Pointer.Void alloc(ULongInt cb)
           
 java.lang.Object clone()
           
 Int didAlloc(Pointer.Void pv)
           
 void free(Pointer.Void pv)
           
 IID getIID()
           
 ULongInt getSize(Pointer.Void pv)
           
 void heapMinimize()
           
 Pointer.Void realloc(Pointer.Void pv, ULongInt cb)
           
 
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IMallocImpl

public IMallocImpl()

IMallocImpl

protected IMallocImpl(IUnknownImpl that)
               throws ComException

IMallocImpl

public IMallocImpl(IUnknown that)

IMallocImpl

public IMallocImpl(CLSID clsid,
                   ClsCtx dwClsContext)
            throws ComException

IMallocImpl

public IMallocImpl(CLSID clsid,
                   IUnknown pUnkOuter,
                   ClsCtx dwClsContext)
            throws ComException
Method Detail

alloc

public Pointer.Void alloc(ULongInt cb)
Specified by:
alloc in interface IMalloc

realloc

public Pointer.Void realloc(Pointer.Void pv,
                            ULongInt cb)
Specified by:
realloc in interface IMalloc

free

public void free(Pointer.Void pv)
Specified by:
free in interface IMalloc

getSize

public ULongInt getSize(Pointer.Void pv)
Specified by:
getSize in interface IMalloc

didAlloc

public Int didAlloc(Pointer.Void pv)
Specified by:
didAlloc in interface IMalloc

heapMinimize

public void heapMinimize()
Specified by:
heapMinimize in interface IMalloc

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class IUnknownImpl