Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h86 void* Malloc(size_t size) { in Malloc() function
173 …shared_(static_cast<SharedData*>(baseAllocator_ ? baseAllocator_->Malloc(SIZEOF_SHARED_DATA + SIZE… in chunk_capacity_()
321 void* Malloc(size_t size) { in Malloc() function
339 return Malloc(newSize); in Realloc()
362 if (void* newBuffer = Malloc(newSize)) { in Realloc()
393 …if (ChunkHeader* chunk = static_cast<ChunkHeader*>(baseAllocator_->Malloc(SIZEOF_CHUNK_HEADER + ca… in AddChunk()
442 inline T *Malloc(A& a, size_t n = 1)
582 return RAPIDJSON_NAMESPACE::Malloc<U>(baseAllocator_, n);
617 void* Malloc(size_t size)
619 return baseAllocator_.Malloc(size);
Dschema.h621 enum_ = static_cast<uint64_t*>(allocator_->Malloc(sizeof(uint64_t) * v->Size())); in allocator_()
679 … properties_ = static_cast<Property*>(allocator_->Malloc(sizeof(Property) * propertyCount_)); in allocator_()
701 …patternProperties_ = static_cast<PatternProperty*>(allocator_->Malloc(sizeof(PatternProperty) * v-… in allocator_()
732 …properties_[sourceIndex].dependencies = static_cast<bool*>(allocator_->Malloc(sizeof(bool) * prope… in allocator_()
766 … itemsTuple_ = static_cast<const Schema**>(allocator_->Malloc(sizeof(const Schema*) * v->Size())); in allocator_()
1392 … out.schemas = static_cast<const Schema**>(allocator_->Malloc(out.count * sizeof(const Schema*))); in AssignIfExist()
1406 …RegexType* r = new (allocator_->Malloc(sizeof(RegexType))) RegexType(value.GetString(), allocator_… in CreatePattern()
1426 RegexType *r = static_cast<RegexType*>(allocator_->Malloc(sizeof(RegexType))); in CreatePattern()
1867 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
2190 …SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
[all …]
Ddocument.h749 …GenericValue* le = reinterpret_cast<GenericValue*>(allocator.Malloc(count * sizeof(GenericValue)));
2192 Map **newMap = static_cast<Map**>(allocator.Malloc(GetMapLayoutSize(newCapacity)));
2195 *newMap = new (allocator.Malloc(sizeof(Map))) Map(MapLess(), allocator);
2269 return Malloc<Member>(allocator, capacity);
2405 … GenericValue* e = static_cast<GenericValue*>(allocator.Malloc(count * sizeof(GenericValue)));
2451 str = static_cast<Ch *>(allocator.Malloc((s.length + 1) * sizeof(Ch)));
Duri.h243 scheme_ = static_cast<Ch*>(allocator_->Malloc(total)); in Allocate()
Dpointer.h884 …tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + (nameBufferSize + …
933 …Token* token = tokens_ = static_cast<Token *>(allocator_->Malloc(tokenCount_ * sizeof(Token) + len… in Parse()
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h618 stateSet_ = static_cast<unsigned*>(allocator_->Malloc(GetStateSetSize())); in RAPIDJSON_DIAG_OFF()
/lvgl-latest/
DKconfig45 prompt "Malloc functions source"
63 endchoice # "Malloc functions"