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()
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()210 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()270 tObject *t = Alloc(sizeof(tObject)); in NewObject()330 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()671 char *name = Alloc(strlen(Static.name) + strlen(t->overlaydefs + 1) + 1); in CheckProperty()684 char *name = Alloc(strlen(Static.name) + strlen(t->overlaytable + 1) + 1); in CheckProperty()697 char *name = Alloc(strlen(Static.name) + strlen(t->ltdoverlaydefs + 1) + 1); in CheckProperty()710 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()
132 buffer = Alloc(len); in GetObjectParam()
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()
58 void *Alloc(size_t size);
132 tOverlay *t = Alloc(sizeof(tOverlay)); in NewOverlay()254 tAfter *t = Alloc(sizeof(tAfter)); in NewAfter()314 tObject *t = Alloc(sizeof(tObject)); in NewObject()374 char *s = Alloc(strlen(t->objectName) + strlen(sectionName) + 80); in SetObjectSection()721 char *name = Alloc(strlen(target) + strlen(t->overlaydefs + 1) + 1); in CheckProperty()734 char *name = Alloc(strlen(target) + strlen(t->overlaytable + 1) + 1); in CheckProperty()
160 t = Alloc(sizeof(tValdef)); in AddDefVal()161 t->name = strncpy(Alloc(lastword + 1), opt, lastword); in AddDefVal()
192 buffer = Alloc(len); in GetObjectParam()