Home
last modified time | relevance | path

Searched refs:reallocate (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/text/cf/
DStringImplCF.cpp71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) in reallocate() function
122 …CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deall… in create()
/external/qemu/docs/
DANDROID-MEMCHECK.TXT9 - Attempts to free / reallocate invalid pointers (including pointers that have
38 detect and report attempts to free/reallocate invalid pointers.
/external/stlport/src/
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) { in reallocate() function in _Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) in reallocate() function in _Pthread_alloc
1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); } in reallocate()
/external/bluetooth/glib/docs/
Ddebugging.txt18 size of the corresponding memory block to free/reallocate/allocate.
/external/wpa_supplicant/
Dtodo.txt61 make it possible to add a header without having to reallocate buffer
62 * reallocate buffer (add head and/or tail room)
/external/stlport/stlport/stl/
D_pthread_alloc.h88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m901 SDL_SetError ("Couldn't reallocate pixel format");
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-031768 reallocate unless it's for a long string. Also make code to extract the characters
1956 the capacity so we don't need to reallocate the string every time.
DChangeLog-2008-08-103718 vars, so that no operation may cause the register file to reallocate
19183 when we deallocate m_buffer, in case we're not asked to reallocate a new
22578 Fixed slight logic error in reserveCapacity, where we would reallocate
DChangeLog-2007-10-141136 …c was failing which lead to UString::expandCapacity leaking the buffer it was trying to reallocate.
/external/libpng/
DCHANGES974 libpng will reallocate the png_struct and info_struct if they are too small.
/external/bouncycastle/patches/
Dandroid.patch575 + * lazily initialized to avoid having to reallocate on reset when
/external/bison/
DChangeLog1748 Instead, reallocate buffers twice as big each time, so that
10815 REJECT has been used, and therefore it won't reallocate its
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1637087 …(WebCore::HTMLMediaElement::load): Don't reallocate MediaPlayer when PLUGIN_PROXY_FOR_VIDEO, we ke…
45772 (WebCore::StringWrapperCFAllocator::reallocate): Ditto.
DChangeLog17718 When DrawingBuffer::reset() is called, it should not reallocate
/external/sqlite/dist/
Dsqlite3.c.orig18135 ** Attempt to reallocate p. If the reallocation fails, then free p
95840 ** WARNING: This routine might reallocate the space used to store