Searched refs:Alloc (Results 1 – 11 of 11) sorted by relevance
43 MIAllocatorAllocFunction Alloc; member70 allocator->Alloc = alloc; in MI_InitAllocator()88 return allocator->Alloc(allocator->userdata, length, alignment); in MI_CallAlloc()
46 void *Alloc(size_t size) in Alloc() function85 vbuf->buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()93 tmp_buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
132 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()
58 void *Alloc(size_t size);
160 t = Alloc(sizeof(tValdef)); in AddDefVal()161 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
188 buffer = Alloc(len); in GetObjectParam()
32 void *Alloc(size_t size) in Alloc() function71 vbuf->buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()79 tmp_buffer = Alloc(vbuf->size); // buffer is CALLOCed in PutVBuffer()
74 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()
44 void *Alloc(size_t size);
123 t = Alloc(sizeof(tValdef)); in AddDefVal()124 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
126 buffer = Alloc(len); in GetObjectParam()