HomeSort by relevance Sort by last modified time
    Searched defs:nextFree (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/
m_poolalloc.c 48 void* nextFree;
75 pa->nextFree = NULL;
98 vg_assert(pa->nextFree == NULL);
108 *elem = (UWord)pa->nextFree;
109 pa->nextFree = elem;
118 if (UNLIKELY(pa->nextFree == NULL)) {
121 elem = pa->nextFree;
122 pa->nextFree = (void*)*elem;
130 *elem = (UWord)pa->nextFree;
131 pa->nextFree = elem
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 185 WrapperPersistentNode* nextFree = reinterpret_cast<WrapperPersistentNode*>(m_raw);
187 return nextFree;
190 WrapperPersistentNode* freeSlot(WrapperPersistentNode* nextFree)
193 m_raw = nextFree;
243 WrapperPersistentNode* nextFree = 0;
249 new (&m_entries[i]) WrapperPersistentNode(nextFree, regionOffset);
250 nextFree = &m_entries[i];
254 m_freeHead = nextFree;
    [all...]
  /external/svox/pico/lib/
picoos.c 254 MemCellHdr prevFree, nextFree;
327 cbeg->nextFree = cmid;
329 cmid->nextFree = cend;
331 cend->nextFree = NULL;
337 cbeg->nextFree = NULL;
339 cmid->nextFree = this->freeCells->nextFree;
341 cmid->nextFree->prevFree = cmid;
342 cmid->prevFree->nextFree = cmid;
343 cend->nextFree = NULL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 293 milliseconds