/external/python/cpython3/Doc/c-api/ |
sequence.rst | 148 Note, if a list gets resized, the reallocation may relocate the items array.
|
/external/syslinux/com32/lua/src/ |
llimits.h | 293 ** macro to control inclusion of some hard tests on stack reallocation
|
/external/syslinux/libinstaller/ |
syslxmod.c | 100 * an OS which does block reallocation, then overwrite it with
|
/external/vulkan-validation-layers/libs/cjson/includes/ |
cJSON.h | 82 * at the final size. guessing well reduces reallocation. fmt=0 gives
|
/external/webrtc/webrtc/base/ |
buffer.h | 161 // further reallocation. (Of course, this operation might need to reallocate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
resource.h | 200 a page from the list of pages awaiting reallocation. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
resource.h | 200 a page from the list of pages awaiting reallocation. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
timevar.def | 60 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
|
vec.h | 73 vector, if needed. Reallocation causes an exponential increase in 122 reallocation (see discussion on embeddable vectors below). 833 own vector reallocation, for instance on an embedded vector. This [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decoder.go | 33 freeList *decoderState // list of free decoderStates; avoids reallocation
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue13799.go | 45 // Heap -> stack pointer eventually causes badness when stack reallocation
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
decoder.go | 33 freeList *decoderState // list of free decoderStates; avoids reallocation
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue13799.go | 45 // Heap -> stack pointer eventually causes badness when stack reallocation
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libui.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libui.so | |
/external/libmicrohttpd/src/examples/ |
demo.c | 332 without need for an additional reallocation check. */ 348 without need for an additional reallocation check. */ 363 without need for a final reallocation check. */
|
demo_https.c | 333 without need for an additional reallocation check. */ 349 without need for an additional reallocation check. */ 364 without need for a final reallocation check. */
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Value.cpp | 460 // point into the old table. Handle this by checking for reallocation and 470 // If reallocation didn't happen or if this was the first insertion, don't 477 // Okay, reallocation did happen. Fix the Prev Pointers.
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
inlined_vector.h | 102 // Optimized to avoid reallocation. 122 // without requiring a reallocation of underlying memory 249 // "n" elements without reallocation.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 130 // The symbol has been freed when reallocation failed. 132 // The symbol does not need to be freed after reallocation fails. 138 /// 'realloc' to allow modeling failed reallocation later in the path. 498 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex) 505 return "Reallocation of returned value failed"; [all...] |
/external/llvm/lib/IR/ |
Value.cpp | 711 // point into the old table. Handle this by checking for reallocation and 721 // If reallocation didn't happen or if this was the first insertion, don't 728 // Okay, reallocation did happen. Fix the Prev Pointers.
|
/external/emma/core/java12/com/vladium/util/ |
ByteArrayOStream.java | 156 // System.out.println ("reallocation");
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
FlatBuffersExampleTests.cs | 37 // We use an initial size of 1 to exercise the reallocation algorithm,
|
/external/freetype/builds/amiga/src/base/ |
ftsystem.c | 158 /* The memory reallocation function. */
|
/external/kernel-headers/original/uapi/linux/ |
firewire-cdev.h | 318 * reallocation after a bus reset failed. 320 * @channel is <0 if no channel was (de)allocated or if reallocation failed. 321 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed. [all...] |