HomeSort by relevance Sort by last modified time
    Searched full:deallocator (Results 1 - 24 of 24) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_refcounter.h 76 * created deallocator.
85 * to the deallocator object which will be used to delete
89 * be deleted by the deallocator. Also, the OsclRefCounter
99 * @param dealloc pointer to the deallocator to use when
103 ptr(p), deallocator(dealloc), refcnt(1)
105 OSCL_ASSERT(ptr != NULL && deallocator != NULL);
132 deallocator->destruct_and_dealloc(this);
137 deallocator->destruct_and_dealloc(ptr);
157 OsclDestructDealloc *deallocator; member in class:OsclRefCounterDA
164 * created deallocator
217 DeallocType deallocator; local
224 DeallocType deallocator; local
340 OsclDestructDealloc *deallocator; member in class:OsclRefCounterMTDA
403 DeallocType deallocator; local
410 DeallocType deallocator; local
    [all...]
  /external/opencore/doc/oscl_html/
oscl__refcounter_8h-source.html 45 00086 ptr(p), deallocator(dealloc), refcnt(1)
47 00088 <a class="code" href="group__osclbase.html#a78">OSCL_ASSERT</a>(ptr != <a class="code" href="group__osclbase.html#a81">NULL</a> &amp;&amp; deallocator != <a class="code" href="group__osclbase.html#a81">NULL</a>);
64 00115 deallocator-&gt;<a class="code" href="classOsclDestructDealloc.html#a0">destruct_and_dealloc</a>(<span class="keyword">this</span>);
69 00120 deallocator-&gt;<a class="code" href="classOsclDestructDealloc.html#a0">destruct_and_dealloc</a>(ptr);
86 00140 <a class="code" href="classOsclDestructDealloc.html">OsclDestructDealloc</a> *deallocator;
116 00200 DeallocType deallocator;
117 00201 deallocator.destruct_and_dealloc(<span class="keyword">this</span>);
123 00207 DeallocType deallocator;
124 00208 deallocator.destruct_and_dealloc(ptr);
150 00261 ptr(p), deallocator(dealloc), refcnt(1
    [all...]
classOsclRefCounterDA.html 29 Implementation of an <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> that uses a dynamically created deallocator.
67 Constructor Takes a pointer to the buffer to track, and a pointer to the deallocator object which will be used to delete the buffer.
69 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
74 pointer to the deallocator to use when deleting the buffer </td></tr>
classOsclRefCounterMTDA.html 74 Constructor Takes a pointer to the buffer to track, and a pointer to the deallocator object which will be used to delete the buffer.
76 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
81 pointer to the deallocator to use when deleting the buffer </td></tr>
classOsclRefCounterSA.html 32 Implementation of an <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> that uses a statically created deallocator.
67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
classOsclErrorAllocator.html 69 - a pointer to the concrete object that provides the allocator/deallocator </td></tr>
classOsclRefCounterMTSA.html 67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 376 DataDeallocator deallocator(text, textCnt);
483 DataDeallocator deallocator(resultData, resultLength);
565 DataDeallocator deallocator(scriptData, scriptLength);
592 DataDeallocator deallocator(name, nameCnt);
620 DataDeallocator deallocator(argumentsData, argumentsLength);
652 DataDeallocator deallocator(argumentsData, argumentsLength);
679 DataDeallocator deallocator(argumentsData, argumentsLength);
731 DataDeallocator deallocator(valueData, valueLength);
    [all...]
  /external/libxml2/
list.c 180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
hash.c 282 * @f: the deallocator function for items in the hash
371 * @f: the deallocator function for replaced item (if any)
391 * @f: the deallocator function for replaced item (if any)
593 * @f: the deallocator function for replaced item (if any)
993 * @f: the deallocator function for removed item (if any)
1011 * @f: the deallocator function for removed item (if any)
1031 * @f: the deallocator function for removed item (if any)
  /external/libxml2/include/libxml/
list.h 56 xmlListCreate (xmlListDeallocator deallocator,
  /external/opencore/pvmi/pvmf/include/
pvmf_timedtext.h 210 * The PVMFTimedTextMediaDataCleanup deallocator class
371 * The PVMFTimedTextSampleEntryCleanupSA deallocator class
393 * The PVMFTimedTextSampleEntryCleanupDA deallocator class
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error_allocator.h 71 \param allocator - a pointer to the concrete object that provides the allocator/deallocator
oscl_error.cpp 106 //deallocator will get used.
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_vector.h 39 //Memory allocator/deallocator class that don't use OSCL TLS
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 181 // CUSTOM DEALLOCATOR FOR MEDIA DATA SHARED PTR WRAPPER:
184 // Deallocator is created as part of the wrapper, and travels with the buffer wrapper
195 // call buffer deallocator
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h 201 // CUSTOM DEALLOCATOR FOR MEDIA DATA SHARED PTR WRAPPER:
204 // Deallocator is created as part of the wrapper, and travels with the buffer wrapper
215 // call buffer deallocator
    [all...]
pvmf_omx_enc_node.cpp     [all...]
  /external/astl/include/
vector 220 // Calls the class' deallocator explicitely on each instance in
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem.h 176 * Macros for new/delete with a given allocator/deallocator.
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2010-01-29     [all...]
  /external/webkit/WebCore/
ChangeLog-2008-08-10 774 Move the main thread deallocator here from WebKit.
    [all...]

Completed in 1304 milliseconds