Searched refs:alloced (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/ |
D | err.c | 668 size_t alloced, new_len, len = 0, substr_len; in err_add_error_vdata() local 673 alloced = 80; in err_add_error_vdata() 674 buf = OPENSSL_malloc(alloced + 1); in err_add_error_vdata() 687 if (new_len > alloced) { in err_add_error_vdata() 690 if (alloced + 20 + 1 < alloced) { in err_add_error_vdata() 696 alloced = new_len + 20; in err_add_error_vdata() 697 new_buf = OPENSSL_realloc(buf, alloced + 1); in err_add_error_vdata()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 668 size_t alloced, new_len, len = 0, substr_len; in err_add_error_vdata() local 673 alloced = 80; in err_add_error_vdata() 674 buf = OPENSSL_malloc(alloced + 1); in err_add_error_vdata() 687 if (new_len > alloced) { in err_add_error_vdata() 690 if (alloced + 20 + 1 < alloced) { in err_add_error_vdata() 696 alloced = new_len + 20; in err_add_error_vdata() 697 new_buf = OPENSSL_realloc(buf, alloced + 1); in err_add_error_vdata()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 644 size_t alloced = need + (need >> 1); in main() local 645 if (alloced < need) { in main() 648 buf.reset(new uint8_t[alloced]); in main() 649 buf_len = alloced; in main()
|
/external/python/cpython3/Objects/ |
D | listobject.c | 1158 Py_ssize_t alloced; member 1506 ms->alloced = (list_size + 1) / 2; in merge_init() 1511 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init() 1512 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init() 1513 ms->a.values = &ms->temparray[ms->alloced]; in merge_init() 1516 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init() 1545 if (need <= ms->alloced) in merge_getmem() 1561 ms->alloced = need; in merge_getmem() 1569 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \
|
/external/boringssl/src/ssl/ |
D | ssl_x509.cc | 1173 int alloced = 0; in add_client_CA() local 1176 alloced = 1; in add_client_CA() 1184 if (alloced) { in add_client_CA()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 1173 int alloced = 0; in add_client_CA() local 1176 alloced = 1; in add_client_CA() 1184 if (alloced) { in add_client_CA()
|
/external/python/cpython2/Objects/ |
D | listobject.c | 1378 Py_ssize_t alloced; member 1403 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init() 1419 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_freemem() 1429 if (need <= ms->alloced) in merge_getmem() 1441 ms->alloced = need; in merge_getmem() 1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | client_callback.h | 85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local 88 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl() 89 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | client_callback.h | 85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local 88 auto* ops = new (&alloced->opset) FullCallOpSet; in CallbackUnaryCallImpl() 89 auto* tag = new (&alloced->tag) in CallbackUnaryCallImpl()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCAudioSessionTest.mm | 199 // The previously created delegate should've de-alloced, leaving a nil ptr.
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 145 size_t alloced = need + (need >> 1); in ParseArgsFromFd() local 146 if (alloced < need) { in ParseArgsFromFd() 149 buffer->buf.resize(alloced); in ParseArgsFromFd()
|
/external/libevent/ |
D | ChangeLog-2.0 | 969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-us.log | 5419 [ 17.883367] [4:WifiStateMachin: 1794] dhd_read_cis: Local CIS buffer is alloced
|