Searched refs:XPT_MALLOC (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiTypelibGuts.cpp50 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(),
H A DxptiInterfaceInfo.cpp95 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(),
109 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(),
H A Dxptiprivate.h462 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(),
H A DxptiInterfaceInfoManager.cpp746 XPT_MALLOC(aWorkingSet->GetStructArena(),
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_arena.h112 #define XPT_MALLOC(_arena, _bytes) \ macro
126 #define XPT_CALLOC(_arena, _size) XPT_MALLOC((_arena), (_size))
127 #define XPT_NEW(_arena, _struct) ((_struct *) XPT_MALLOC((_arena), sizeof(_struct)))
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c201 state->pool->data = XPT_MALLOC(arena, XPT_GROW_CHUNK);
283 newdata = XPT_MALLOC(arena, total_size);
346 str->bytes = XPT_MALLOC(arena, length + 1u);
384 if (!(str->bytes = XPT_MALLOC(arena, str->length + 1u)))
449 ident = XPT_MALLOC(arena, len + 1u);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c220 whole = XPT_MALLOC(arena, flen);
222 perror("FAILED: XPT_MALLOC for whole");
273 XPT_MALLOC(arena, totalNumberOfInterfaces *
276 perror("FAILED: XPT_MALLOC of IDE_array");
291 XPT_MALLOC(arena,
294 perror("FAILED: XPT_MALLOC of fix_array");
H A Dxpt_dump.c218 whole = XPT_MALLOC(arena, flen);
220 perror("FAILED: XPT_MALLOC for whole");

Completed in 2614 milliseconds