Searched refs:reallocate (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/cf/
H A DStringImplCF.cpp71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
/external/stlport/src/
H A Dallocators.cpp847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { function in class:_Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc
1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); }
/external/stlport/stlport/stl/
H A D_pthread_alloc.h88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp143 /// Check if this is one of the functions which can allocate/reallocate memory
182 /// conservatively assume it can free/reallocate it's pointer arguments.
1178 // conservatively assume it can free/reallocate it's pointer arguments.
1331 // If it's a call which might free or reallocate memory, we assume that all
1437 Msg = "Attempt to reallocate memory";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1455 milliseconds