Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 25 of 2100) sorted by relevance

12345678910>>...84

/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dxalloc.c.sjis100 FError("Realloc: Heap empty");
103 FError("Realloc: Heap corrupt");
106 FError("Realloc: Bad node (%9Fp)", (void FAR*)p);
109 FError("Realloc: Free entry (%9Fp)", (void FAR*)p);
127 Message("Realloc: %08lx %5lu\n", p, (unsigned long)len);
129 Message("Realloc: %08lx %5lu %08lx\n", p, (unsigned long)len, newp);
132 Message("Realloc: %9Fp %5lu\n", (void FAR*)p, (long)len);
134 Message("Realloc: %9Fp %5lu %9Fp\n",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
86 void* q = a.Realloc(p, 100, 200); in TEST()
95 q = a.Realloc(p, i, i + 1); in TEST()
/dports/devel/upp/upp/uppsrc/Core/
H A DVcont.cpp55 void Bits::Realloc(int nalloc) in Realloc() function in Upp::Bits
72 Realloc(3 * q / 2 + 1); in Expand()
79 Realloc(n); in Reserve()
94 Realloc(nalloc); in Shrink()
101 Realloc(n_dwords); in CreateRaw()
/dports/devel/rapidjson/rapidjson-1.1.0-524-gc4c6a654/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
86 void* q = a.Realloc(p, 100, 200); in TEST()
95 q = a.Realloc(p, i, i + 1); in TEST()
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/emulators/mame/mame-mame0226/3rdparty/rapidjson/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/science/openbabel/openbabel-3.1.1/external/rapidjson-1.1.0/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/devel/cquery/cquery-20180718/third_party/rapidjson/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/test/unittest/
H A Dallocatorstest.cpp31 uint8_t* q = static_cast<uint8_t*>(a.Realloc(p, 100, 200)); in TestAllocator()
39 uint8_t *r = static_cast<uint8_t*>(a.Realloc(q, 200, 150)); in TestAllocator()
47 EXPECT_TRUE(a.Realloc(a.Malloc(1), 1, 0) == 0); in TestAllocator()
88 void* q = a.Realloc(p, 100, 200); in TEST()
97 q = a.Realloc(p, i, i + 1); in TEST()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/crt/
H A Dmemory_test.cc79 TEST_F(MemoryManagerTest, Realloc) { in TEST_F() argument
82 void* a = mgr.Realloc(&mgr, 0, 1); in TEST_F()
86 void* b = mgr.Realloc(&mgr, a, 50); in TEST_F()
90 void* c = mgr.Realloc(&mgr, b, 50 + (1 << kPageSizeBytesLog)); in TEST_F()
98 void* e = mgr.Realloc(&mgr, c, (50 + (2 << kPageSizeBytesLog))); in TEST_F()
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/lldb/
H A Dbtree.go1534 return p, a.Realloc(ph, p)
1557 return p, a.Realloc(ph, p)
1695 return a.Realloc(ph, p)
1713 return a.Realloc(ph, p)
1778 return a.Realloc(ph, p)
1949 err = a.Realloc(ph, p)
1965 err = a.Realloc(ph, p)
1986 err = a.Realloc(ph, p)
2105 err = a.Realloc(ph, p)
2122 err = a.Realloc(ph, p)
[all …]
/dports/mail/mairix/mairix-0.24/
H A Dmemmac.h56 #define Realloc(xx,s) safe_realloc(__FILE__, __LINE__,xx,s) macro
59 #define Realloc(xx,s) realloc(xx,s) macro
65 #define extend_string(x,s) (strcat(Realloc(x, (strlen(x)+strlen(s)+1)), s))
68 #define grow_array(T, n, oldX) (T *) ((oldX) ? Realloc(oldX, (sizeof(T) * (n))) : Malloc(sizeof(T) …
/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dcbz.cpp92 if ( dst->Realloc(outlen) == false ) in Compress()
121 if ( dst->Realloc(outlen) == false ) in Compress()
167 if ( dst->Realloc(outlen) == false ) in Decompress()
195 if ( dst->Realloc(outlen) == false ) in Decompress()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Darray.c5 static ArrayAllocProcs libcAllocProcs_g = {.Alloc = malloc, .Realloc = realloc, .Free = free};
7 .Alloc = rm_malloc, .Realloc = rm_realloc, .Free = rm_free};
36 if ((array->data = array->procs->Realloc(array->data, newCapacity)) == NULL) { in Array_Resize()
65 array->data = array->procs->Realloc(array->data, array->capacity); in Array_ShrinkToSize()
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Darray.c5 static ArrayAllocProcs libcAllocProcs_g = {.Alloc = malloc, .Realloc = realloc, .Free = free};
7 .Alloc = rm_malloc, .Realloc = rm_realloc, .Free = rm_free};
36 if ((array->data = array->procs->Realloc(array->data, newCapacity)) == NULL) { in Array_Resize()
65 array->data = array->procs->Realloc(array->data, array->capacity); in Array_ShrinkToSize()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Darray.c5 static ArrayAllocProcs libcAllocProcs_g = {.Alloc = malloc, .Realloc = realloc, .Free = free};
7 .Alloc = rm_malloc, .Realloc = rm_realloc, .Free = rm_free};
36 if ((array->data = array->procs->Realloc(array->data, newCapacity)) == NULL) { in Array_Resize()
65 array->data = array->procs->Realloc(array->data, array->capacity); in Array_ShrinkToSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/platform/impl/
H A Dspdy_unsafe_arena_impl_test.cc103 TEST(SpdyUnsafeArenaImplTest, Realloc) { in TEST() argument
108 char* c2 = arena.Realloc(c1, length, 2 * length); in TEST()
116 char* c4 = arena.Realloc(c3, length, 2 * length); in TEST()
119 char* c5 = arena.Realloc(c4, 2 * length, 3 * length); in TEST()
126 char* c7 = arena.Realloc(c6, length, kDefaultBlockSize); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/platform/impl/
H A Dspdy_unsafe_arena_impl_test.cc103 TEST(SpdyUnsafeArenaImplTest, Realloc) { in TEST() argument
108 char* c2 = arena.Realloc(c1, length, 2 * length); in TEST()
116 char* c4 = arena.Realloc(c3, length, 2 * length); in TEST()
119 char* c5 = arena.Realloc(c4, 2 * length, 3 * length); in TEST()
126 char* c7 = arena.Realloc(c6, length, kDefaultBlockSize); in TEST()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
257 char *p = Realloc(len); in Set()
282 char *p = Realloc(len); in Set()
307 char *p = Realloc(len); in Append()
349 char *p = Realloc(len); in Append()
379 char *p = Realloc(Length + 2); in Append()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
257 char *p = Realloc(len); in Set()
282 char *p = Realloc(len); in Set()
307 char *p = Realloc(len); in Append()
349 char *p = Realloc(len); in Append()
379 char *p = Realloc(Length + 2); in Append()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len)
257 char *p = Realloc(len);
282 char *p = Realloc(len);
307 char *p = Realloc(len);
349 char *p = Realloc(len);
379 char *p = Realloc(Length + 2);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
257 char *p = Realloc(len); in Set()
282 char *p = Realloc(len); in Set()
307 char *p = Realloc(len); in Append()
349 char *p = Realloc(len); in Append()
379 char *p = Realloc(Length + 2); in Append()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
257 char *p = Realloc(len); in Set()
282 char *p = Realloc(len); in Set()
307 char *p = Realloc(len); in Append()
349 char *p = Realloc(len); in Append()
379 char *p = Realloc(Length + 2); in Append()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dxobject.cpp224 char *STRING::Realloc(uint len) in Realloc() function in STRING
257 char *p = Realloc(len); in Set()
282 char *p = Realloc(len); in Set()
307 char *p = Realloc(len); in Append()
349 char *p = Realloc(len); in Append()
379 char *p = Realloc(Length + 2); in Append()

12345678910>>...84