Home
last modified time | relevance | path

Searched defs:Realloc (Results 326 – 350 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/dports/www/firefox/firefox-99.0/js/public/
H A DAllocPolicy.h24 enum class AllocFunction { Malloc, Calloc, Realloc }; enumerator
/dports/games/atris/atris-1.0.7/
H A Datris.h88 #define Realloc(ptr,cast,size) {if(!(ptr=(cast)realloc(ptr,size)))PANIC("Out of Memory:\n\tcannot r… macro
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DAllocPolicy.h24 enum class AllocFunction { Malloc, Calloc, Realloc }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dtcmalloc_unittest.cc147 TEST(TCMallocTest, Realloc) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/
H A Dtcmalloc_unittest.cc147 TEST(TCMallocTest, Realloc) { in TEST() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/crt/include/tvm/runtime/crt/internal/common/
H A Dmemory.h109 void* (*Realloc)(struct MemoryManager* mgr, void* ptr, tvm_index_t size); member
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/build/
H A DXPCOMInit.cpp198 static void* Realloc(const void*, void* aPtr, size_t aSize) { in Realloc() function in ICUReporter
/dports/textproc/rxp/rxp-1.4.4/
H A Dnamespaces.c9 #define Realloc srealloc macro
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dnamespaces.c9 #define Realloc srealloc macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxAndroidPlatform.cpp57 static void* Realloc(FT_Memory, long cur_size, long new_size, void* p) { in Realloc() function in FreetypeReporter
/dports/www/firefox-esr/firefox-91.8.0/xpcom/build/
H A DXPCOMInit.cpp198 static void* Realloc(const void*, void* aPtr, size_t aSize) { in Realloc() function in ICUReporter
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_memory.c++439 void *Buffer::Realloc(size_t size) in Realloc() function in Buffer
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/ctools/ctransition/
H A Dncbimem.hpp121 #define Realloc Nlm_Realloc macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/build/
H A DXPCOMInit.cpp196 static void* Realloc(const void*, void* aPtr, size_t aSize) { in Realloc() function in ICUReporter
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/dports/www/firefox/firefox-99.0/xpcom/build/
H A DXPCOMInit.cpp200 static void* Realloc(const void*, void* aPtr, size_t aSize) { in Realloc() function in ICUReporter

1...<<11121314151617181920>>...23