Searched refs:allocate_buffer (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | badblocks.c | 128 static void *allocate_buffer(size_t size) in allocate_buffer() function 513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro() 515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro() 615 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw() 774 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 201 …static header* allocate_buffer(std::size_t new_capacity, header* old_header = NULL) BOOST_NOEXCEPT; 1044 m_header = allocate_buffer(initial_capacity); in find_or_create() 1056 header* new_header = allocate_buffer(m_header->capacity * 2u, m_header); in find_or_create() 1123 wait_state_list::header* wait_state_list::allocate_buffer(std::size_t new_capacity, header* old_hea… in allocate_buffer() function in boost::atomics::detail::lock_pool::__anonf399fc270111::wait_state_list
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FunctionExtras.h | 243 CallableAddr = allocate_buffer(Size, Alignment); in unique_function()
|
D | DenseMap.h | 842 allocate_buffer(sizeof(BucketT) * NumBuckets, alignof(BucketT))); in allocateBuckets() 1150 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets()
|
/third_party/node/src/ |
D | inspector_socket.cc | 129 void allocate_buffer(uv_handle_t* stream, size_t len, uv_buf_t* buf) { in allocate_buffer() function 661 err = uv_read_start(tcp, allocate_buffer, OnDataReceivedCb); in Accept()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 557 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function
|