Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mi/
Dallocator.h43 MIAllocatorAllocFunction Alloc; member
70 allocator->Alloc = alloc; in MI_InitAllocator()
88 return allocator->Alloc(allocator->userdata, length, alignment); in MI_CallAlloc()
/TwlSDK-5.1.0/build/tools/makelcf/
Dmisc.c46 void *Alloc(size_t size) in Alloc() function
85 vbuf->buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
93 tmp_buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
Dcontainer.c132 tOverlay *t = Alloc(sizeof(tOverlay)); in NewOverlay()
253 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
313 tObject *t = Alloc(sizeof(tObject)); in NewObject()
373 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()
683 char *name = Alloc(strlen(target) + strlen(t->overlaydefs + 1) + 1); in CheckProperty()
696 char *name = Alloc(strlen(target) + strlen(t->overlaytable + 1) + 1); in CheckProperty()
Dmisc.h58 void *Alloc(size_t size);
Ddefval.c160 t = Alloc(sizeof(tValdef)); in AddDefVal()
161 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
Dcreatelcf.c188 buffer = Alloc(len); in GetObjectParam()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dmisc.c32 void *Alloc(size_t size) in Alloc() function
71 vbuf->buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
79 tmp_buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
Dcontainer.c74 tOverlay *t = Alloc(sizeof(tOverlay)); in NewOverlay()
209 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()
269 tObject *t = Alloc(sizeof(tObject)); in NewObject()
329 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()
633 char *name = Alloc(strlen(Static.name) + strlen(t->overlaydefs + 1) + 1); in CheckProperty()
646 char *name = Alloc(strlen(Static.name) + strlen(t->overlaytable + 1) + 1); in CheckProperty()
659 char *name = Alloc(strlen(Static.name) + strlen(t->ltdoverlaydefs + 1) + 1); in CheckProperty()
672 char *name = Alloc(strlen(Static.name) + strlen(t->ltdoverlaytable + 1) + 1); in CheckProperty()
Dmisc.h44 void *Alloc(size_t size);
Ddefval.c123 t = Alloc(sizeof(tValdef)); in AddDefVal()
124 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
Dcreatelcf.c126 buffer = Alloc(len); in GetObjectParam()