Home
last modified time | relevance | path

Searched refs:bytes_to_alloc (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/audio_decoder/
H A Dassistant_audio_decoder.cc133 const int bytes_to_alloc = in OnBufferDecodedOnThread() local
135 std::vector<uint8_t> buffer(bytes_to_alloc); in OnBufferDecodedOnThread()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Durl.c134 int bytes_to_alloc; in percentURL() local
142 bytes_to_alloc = end - start + 2; in percentURL()
149 bytes_to_alloc += (ESCAPED_CHAR_LENGTH - 1); in percentURL()
151 new_copy = allocMem(bytes_to_alloc); in percentURL()
/dports/net/xrdp-devel/xrdp-0.9.16/sesman/chansrv/
H A Ddevredir.c1762 int bytes_to_alloc; in devredir_cvt_from_unicode_len() local
1765 bytes_to_alloc = (((len / 2) * sizeof(twchar)) + sizeof(twchar)); in devredir_cvt_from_unicode_len()
1768 dest = g_new0(char, bytes_to_alloc); in devredir_cvt_from_unicode_len()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/chansrv/
H A Ddevredir.c1763 int bytes_to_alloc; in devredir_cvt_from_unicode_len() local
1766 bytes_to_alloc = (((len / 2) * sizeof(twchar)) + sizeof(twchar)); in devredir_cvt_from_unicode_len()
1769 dest = g_new0(char, bytes_to_alloc); in devredir_cvt_from_unicode_len()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/util/
H A Ddmt.cc595 const size_t bytes_to_alloc = align(bytes_to_copy); in maybe_resize_tree() local
596 void* newdata = toku_mempool_malloc(&new_kvspace, bytes_to_alloc); in maybe_resize_tree()
/dports/www/rssroll/libcez-1.05/src/fossil/
H A Dcson_amalgamation.c699 const size_t bytes_to_alloc = jc->stack_capacity * sizeof(jc->stack[0]); in JSON_parser_reset() local
700 jc->stack = (signed char*)JSON_parser_malloc(jc->malloc, bytes_to_alloc, "stack"); in JSON_parser_reset()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dcson_amalgamation.c700 const size_t bytes_to_alloc = jc->stack_capacity * sizeof(jc->stack[0]); in JSON_parser_reset() local
701 jc->stack = (signed char*)JSON_parser_malloc(jc->malloc, bytes_to_alloc, "stack"); in JSON_parser_reset()