Searched refs:BE_ctx_malloc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dbackend.h121 heap_mem *BE_ctx_malloc
H A Dmtsbacke.c198 /* context all calls to BE_ctx_malloc to allocate memory will be associated */
200 /* BE_pop_malloc_ctx, all memory allocated with BE_ctx_malloc, is freed. */
203 /* Memory allocated via BE_ctx_malloc, cannot be freed other than by */
206 /* allocations returned from BE_ctx_malloc, will cause heap corruption. */
241 ** BE_ctx_malloc: allocate memory in the current context.
243 heap_mem *BE_ctx_malloc function
430 AST_type_n_t *new_type = (AST_type_n_t *)BE_ctx_malloc(sizeof(AST_type_n_t));
H A Dastp_com.c2474 fe_info = *fe_info_ptr = BE_ctx_malloc(sizeof (fe_info_t));

Completed in 171 milliseconds