Home
last modified time | relevance | path

Searched refs:Malloc (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dallocators.h65 void* Malloc(size_t size) { in Malloc() function
176 void* Malloc(size_t size) { in Malloc() function
193 return Malloc(newSize); in Realloc()
215 if (void* newBuffer = Malloc(newSize)) { in Realloc()
240 …if (ChunkHeader* chunk = reinterpret_cast<ChunkHeader*>(baseAllocator_->Malloc(RAPIDJSON_ALIGN(siz… in AddChunk()
H A Dschema.h400 enum_ = static_cast<uint64_t*>(allocator_->Malloc(sizeof(uint64_t) * v->Size())); in Schema()
452 … properties_ = static_cast<Property*>(allocator_->Malloc(sizeof(Property) * propertyCount_)); in Schema()
472 …patternProperties_ = static_cast<PatternProperty*>(allocator_->Malloc(sizeof(PatternProperty) * v-… in Schema()
500 …properties_[sourceIndex].dependencies = static_cast<bool*>(allocator_->Malloc(sizeof(bool) * prope… in Schema()
534 … itemsTuple_ = static_cast<const Schema**>(allocator_->Malloc(sizeof(const Schema*) * v->Size())); in Schema()
988 … out.schemas = static_cast<const Schema**>(allocator_->Malloc(out.count * sizeof(const Schema*))); in AssignIfExist()
1002 RegexType* r = new (allocator_->Malloc(sizeof(RegexType))) RegexType(value.GetString()); in CreatePattern()
1021 …return new (allocator_->Malloc(sizeof(RegexType))) RegexType(value.GetString(), std::size_t(value.… in CreatePattern()
1450 …SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1742 …return new (GetStateAllocator().Malloc(sizeof(GenericSchemaValidator))) GenericSchemaValidator(*sc…
[all …]
H A Ddocument.h1194 … SetMembersPointer(reinterpret_cast<Member*>(allocator.Malloc(o.capacity * sizeof(Member))));
1937 … GenericValue* e = static_cast<GenericValue*>(allocator.Malloc(count * sizeof(GenericValue)));
1950 Member* m = static_cast<Member*>(allocator.Malloc(count * sizeof(Member)));
1976 str = static_cast<Ch *>(allocator.Malloc((s.length + 1) * sizeof(Ch)));
H A Dpointer.h768 …tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + (nameBufferSize + …
817 …Token* token = tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + len… in Parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A D.clang-tidy1 …ng.NullArg,-clang-analyzer-cplusplus.NewDeleteLeaks,-clang-analyzer-unix.Malloc,-clang-analyzer-co…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/
H A Ddmalloc_5.5.2.bb4 SUMMARY = "Debug Malloc Library"
/OK3568_Linux_fs/kernel/Documentation/gpu/dp-mst/
H A Dtopology-figure-3.dot34 /* Malloc references */
H A Dtopology-figure-2.dot32 /* Malloc references */
H A Dtopology-figure-1.dot30 /* Malloc references */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-171024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2496 * __free_hook: Hooks for Malloc. (line 37)
2498 * __malloc_hook: Hooks for Malloc. (line 13)
2499 * __memalign_hook: Hooks for Malloc. (line 49)
2500 * __realloc_hook: Hooks for Malloc. (line 25)
3435 * M_ARENA_MAX: Malloc Tunable Parameters.
3437 * M_ARENA_TEST: Malloc Tunable Parameters.
3449 * M_MMAP_MAX: Malloc Tunable Parameters.
[all …]
H A Dlibc.info1024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2155 Node: Malloc Examples280886
2156 Node: Freeing after Malloc282898
2160 Node: Malloc Tunable Parameters294089
2162 Node: Hooks for Malloc384648
2163 Node: Statistics of Malloc390427
2164 Node: Summary of Malloc392671
H A Dlibc.info-11024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2281 * Malloc Examples:: Examples of ‘malloc’. ‘xmalloc’.
2282 * Freeing after Malloc:: Use ‘free’ to free a block you
2289 * Malloc Tunable Parameters:: Use ‘mallopt’ to adjust allocation
2292 * Hooks for Malloc:: You can use these hooks for debugging
2294 * Statistics of Malloc:: Getting information about how much
2296 * Summary of Malloc:: Summary of ‘malloc’ and related functions.
6612 ‘M_MMAP_MAX’; *note Malloc Tunable Parameters::.
[all …]
H A Dlibc.info-161024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2377 * struct mallinfo2: Statistics of Malloc.
3283 * free: Freeing after Malloc.
3819 * mallinfo2: Statistics of Malloc.
3822 * mallopt: Malloc Tunable Parameters.
H A Dlibc.info-21024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2104 File: libc.info, Node: Hooks for Malloc, Next: Statistics of Malloc, Prev: Heap Consistency Chec…
2254 File: libc.info, Node: Statistics of Malloc, Next: Summary of Malloc, Prev: Hooks for Malloc, U…
2317 File: libc.info, Node: Summary of Malloc, Prev: Statistics of Malloc, Up: Unconstrained Allocati…
2329 Malloc::.
2362 Adjust a tunable parameter. *Note Malloc Tunable Parameters::.
2384 Statistics of Malloc::.
2434 Hooks for Malloc::). From then on, all uses of these functions are
H A Ddir810 * free: (libc)Freeing after Malloc.
1224 * mallinfo2: (libc)Statistics of Malloc.
1226 * mallopt: (libc)Malloc Tunable Parameters.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-171024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2496 * __free_hook: Hooks for Malloc. (line 37)
2498 * __malloc_hook: Hooks for Malloc. (line 13)
2499 * __memalign_hook: Hooks for Malloc. (line 49)
2500 * __realloc_hook: Hooks for Malloc. (line 25)
3435 * M_ARENA_MAX: Malloc Tunable Parameters.
3437 * M_ARENA_TEST: Malloc Tunable Parameters.
3449 * M_MMAP_MAX: Malloc Tunable Parameters.
[all …]
H A Dlibc.info1024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2155 Node: Malloc Examples280886
2156 Node: Freeing after Malloc282898
2160 Node: Malloc Tunable Parameters294089
2162 Node: Hooks for Malloc384648
2163 Node: Statistics of Malloc390427
2164 Node: Summary of Malloc392671
H A Dlibc.info-11024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2281 * Malloc Examples:: Examples of ‘malloc’. ‘xmalloc’.
2282 * Freeing after Malloc:: Use ‘free’ to free a block you
2289 * Malloc Tunable Parameters:: Use ‘mallopt’ to adjust allocation
2292 * Hooks for Malloc:: You can use these hooks for debugging
2294 * Statistics of Malloc:: Getting information about how much
2296 * Summary of Malloc:: Summary of ‘malloc’ and related functions.
6612 ‘M_MMAP_MAX’; *note Malloc Tunable Parameters::.
[all …]
H A Dlibc.info-161024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2377 * struct mallinfo2: Statistics of Malloc.
3283 * free: Freeing after Malloc.
3819 * mallinfo2: Statistics of Malloc.
3822 * mallopt: Malloc Tunable Parameters.
H A Dlibc.info-21024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2104 File: libc.info, Node: Hooks for Malloc, Next: Statistics of Malloc, Prev: Heap Consistency Chec…
2254 File: libc.info, Node: Statistics of Malloc, Next: Summary of Malloc, Prev: Hooks for Malloc, U…
2317 File: libc.info, Node: Summary of Malloc, Prev: Statistics of Malloc, Up: Unconstrained Allocati…
2329 Malloc::.
2362 Adjust a tunable parameter. *Note Malloc Tunable Parameters::.
2384 Statistics of Malloc::.
2434 Hooks for Malloc::). From then on, all uses of these functions are
H A Ddir810 * free: (libc)Freeing after Malloc.
1224 * mallinfo2: (libc)Statistics of Malloc.
1226 * mallopt: (libc)Malloc Tunable Parameters.
H A Dlibc.info-141024 * free: (libc)Freeing after Malloc.
1402 * mallinfo2: (libc)Statistics of Malloc.
1404 * mallopt: (libc)Malloc Tunable Parameters.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h334 stateSet_ = static_cast<unsigned*>(states_.GetAllocator().Malloc(GetStateSetSize())); in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkfence.rst285 found in the userspace `Electric Fence Malloc Debugger
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dbuild.c58 #error Malloc area too small for UBI, increase CONFIG_SYS_MALLOC_LEN to >= 512k

123