Searched defs:newSize (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DFontTableCache.cpp75 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; local
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; local
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; local
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.cpp134 void MemorySink::grow(size_t newSize) argument
H A Dalloc.cpp105 void *DefaultAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) argument
118 void *SensitiveAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) argument
H A Dselector.cpp68 int newSize = (fd - 1) / NFDBITS + 2; // as much as needed + 1 spare word local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.cpp134 void MemorySink::grow(size_t newSize) argument
H A Dalloc.cpp105 void *DefaultAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) argument
118 void *SensitiveAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) argument
H A Dselector.cpp68 int newSize = (fd - 1) / NFDBITS + 2; // as much as needed + 1 spare word local
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A Dbmalloc.h46 inline void* realloc(void* object, size_t newSize) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_csp.cpp62 static void *osRealloc(void *oldPtr, size_t newSize) argument
H A Dcryptkitcsp.cpp51 static void *ckRealloc(void *oldPtr, unsigned newSize) argument
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMallocPtr.h97 void realloc(size_t newSize) argument
H A DOSAllocator.h102 inline T* OSAllocator::reallocateCommitted(T* oldBase, size_t oldSize, size_t newSize, Usage usage, bool writable, bool executable) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageContextMenuClient.cpp65 size_t newSize = array ? array->size() : 0; local
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dhashtable.c69 size_t newSize = table->size * 2; local
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duvectr64.cpp191 void UVector64::setSize(int32_t newSize) { argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dfalloc.c95 void *frealloc(void *oldPtr, unsigned newSize) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dfalloc.c95 void *frealloc(void *oldPtr, unsigned newSize) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmcontext.cpp85 size_t newSize = size(attributes[0]); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslMemory.c175 SSLReallocBuffer(SSLBuffer *buf, size_t newSize) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslMemory.c175 SSLReallocBuffer(SSLBuffer *buf, size_t newSize) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslMemory.c175 SSLReallocBuffer(SSLBuffer *buf, size_t newSize) argument
/macosx-10.10.1/WTF-7600.1.24/wtf/text/cf/
H A DStringImplCF.cpp82 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) argument
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfilecmds.c171 off_t newSize; local

Completed in 177 milliseconds

12345