Home
last modified time | relevance | path

Searched refs:previous_size (Results 1 – 13 of 13) sorted by relevance

/third_party/node/src/
Dnode_mem-inl.h29 size_t previous_size = 0; in ReallocImpl() local
39 previous_size = *reinterpret_cast<size_t*>(original_ptr); in ReallocImpl()
41 if (previous_size == 0) { in ReallocImpl()
50 manager->CheckAllocatedSize(previous_size); in ReallocImpl()
60 const int64_t new_size = size - previous_size; in ReallocImpl()
67 manager->DecreaseAllocatedSize(previous_size); in ReallocImpl()
69 -static_cast<int64_t>(previous_size)); in ReallocImpl()
Dnode_wasi.h82 void CheckAllocatedSize(size_t previous_size) const;
Dnode_http2.h697 void CheckAllocatedSize(size_t previous_size) const;
Dnode_wasi.cc147 void WASI::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize()
148 CHECK_GE(current_uvwasi_memory_, previous_size); in CheckAllocatedSize()
Dnode_http2.cc458 void Http2Session::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize()
459 CHECK_GE(current_nghttp2_memory_, previous_size); in CheckAllocatedSize()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc155 int32_t previous_size = -1; in AssembleGlyphAndLocaTables() local
161 if (previous_size != -1 && current_size != previous_size) { in AssembleGlyphAndLocaTables()
164 previous_size = current_size; in AssembleGlyphAndLocaTables()
/third_party/ffmpeg/libavformat/
Dapngdec.c126 int previous_size = par->extradata_size; in append_extradata() local
130 if (len > INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE - previous_size) in append_extradata()
133 new_size = previous_size + len; in append_extradata()
141 if ((ret = ffio_read_size(pb, par->extradata + previous_size, len)) < 0) in append_extradata()
144 return previous_size; in append_extradata()
/third_party/node/src/quic/
Dbindingdata.cc47 void BindingData::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize()
48 CHECK_GE(current_ngtcp2_memory_, previous_size); in CheckAllocatedSize()
Dbindingdata.h126 void CheckAllocatedSize(size_t previous_size) const;
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c737 unsigned previous_size = emission->size; in bi_pack() local
759 previous_size = emission->size; in bi_pack()
768 return emission->size - previous_size; in bi_pack()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h131 void *previous_size; member
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc898 size_t previous_size = message1.SpaceUsedLong();
905 EXPECT_EQ(previous_size +
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h66870 void *previous_size; member