/external/python/cpython3/Doc/c-api/ |
bytes.rst | 200 reallocation fails, the original bytes object at *\*bytes* is deallocated,
|
/external/skia/include/private/ |
SkTemplates.h | 104 /** Reallocates given a new count. Reallocation occurs even if new count equals old count.
|
/external/skqp/include/private/ |
SkTemplates.h | 104 /** Reallocates given a new count. Reallocation occurs even if new count equals old count.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter.cc | 151 // resolutions doesn't require reallocation of the first encoder, but only
|
/external/zlib/src/examples/ |
zran.c | 8 1.1 29 Sep 2012 Fix memory reallocation error
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 150 return initWithSize(inWidth, inHeight, inFormat, inLayerCount, inUsage, "[Reallocation]");
|
/frameworks/native/libs/vr/libdvr/ |
dvr_buffer_queue.cpp | 117 // Needs reallocation. Note that if there are already multiple available
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderVP8.cpp | 214 // force buffer reallocation.
|
/system/chre/core/ |
sensor_request_manager.cc | 60 sensors.reserve(8); // Avoid some initial reallocation churn
|
/toolchain/binutils/binutils-2.27/zlib/examples/ |
zran.c | 8 1.1 29 Sep 2012 Fix memory reallocation error
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
string_format.h | 151 It returns a status: 0 for a failed reallocation,
178 It returns a status: 0 for a failed reallocation,
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
string_format.h | 151 It returns a status: 0 for a failed reallocation,
178 It returns a status: 0 for a failed reallocation,
[all...] |
/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 534 // Move everything across if reallocation is needed. 600 // Reallocation might occur, causing all elements to be moved into the new
|
/external/python/cpython2/Objects/stringlib/ |
string_format.h | 151 It returns a status: 0 for a failed reallocation, 178 It returns a status: 0 for a failed reallocation, [all...] |
/external/tensorflow/tensorflow/contrib/lite/ |
interpreter_test.cc | 315 // TODO(ahentz): We shouldn't have to force reallocation, but 325 // TODO(ahentz): We shouldn't have to force reallocation, but [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.tcc | 85 // Avoid reallocation for common case. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
basic_string.tcc | 85 // Avoid reallocation for common case. [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 25 * can be done with limited memory reallocation and copies. [all...] |
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | [all...] |
/external/libevent/include/event2/ |
buffer.h | 70 will cause memory reallocation and memory copies if the data is split 241 evbuffer_pullup() that cause reallocation and copying of data can thus be [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encoder_test.go | 744 t.Errorf("bytes: unnecessary reallocation") 767 t.Errorf("ints: unnecessary reallocation")
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
encoder_test.go | 744 t.Errorf("bytes: unnecessary reallocation") 767 t.Errorf("ints: unnecessary reallocation")
|
/external/compiler-rt/lib/scudo/ |
scudo_allocator.cpp | 71 u64 RequestedSize : 40; // Needed for reallocation purposes.
|
/external/dlmalloc/ |
malloc.h | 163 to expand space; for example, reallocation of a buffer that must be
|
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 229 // cached data to reduce reallocation, etc.
|