| /src/sys/arch/hpc/stand/libsa/ |
| alloc.c | 49 dealloc(void *ptr, size_t size) function
|
| /src/sys/arch/acorn32/stand/nbfs/ |
| rmalloc.c | 16 void dealloc(void *ptr, size_t size) function
|
| /src/sys/arch/macppc/stand/ofwboot/ |
| alloc.c | 208 dealloc(void *ptr, size_t size) function 213 printf("dealloc(%lx, %zu) (origsize %u)\n", (u_long)ptr, size, a->size); 217 printf("dealloc %zu bytes @%lx, should be <=%u\n",
|
| /src/sys/arch/shark/stand/ofwboot/ |
| alloc.c | 209 dealloc(void *ptr, size_t size) function 214 printf("dealloc(%lx, %zu) (origsize %u)\n", (u_long)ptr, size, a->size); 218 printf("dealloc %zu bytes @%lx, should be <=%u\n",
|
| /src/sys/arch/sparc/stand/ofwboot/ |
| alloc.c | 209 dealloc(void *ptr, size_t size) function 214 printf("dealloc(%lx, %zu) (origsize %u)\n", (u_long)ptr, size, a->size); 218 printf("dealloc %zu bytes @%lx, should be <=%u\n",
|
| /src/sys/lib/libsa/ |
| alloc.c | 220 dealloc(void *ptr, size_t size) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| data.c | 45 heim_data_free_f_t dealloc; local 52 dealloc = *deallocp; 53 if (dealloc != NULL) 54 dealloc(os->data); 113 heim_data_free_f_t dealloc) 123 *deallocp = dealloc;
|
| string.c | 46 heim_string_free_f_t dealloc; local 53 dealloc = *deallocp; 54 if (dealloc != NULL) { 56 dealloc(*strp); 118 * @param dealloc the function to use to release the referece to the string 124 heim_string_ref_create(const char *string, heim_string_free_f_t dealloc) 135 *deallocp = dealloc;
|
| heimbasepriv.h | 77 heim_type_dealloc dealloc; member in struct:heim_type_data 89 heim_type_dealloc dealloc,
|
| heimbase.c | 58 void (*dealloc)(void *); member in struct:heim_base_mem 138 if (p->isa->dealloc) 139 p->isa->dealloc(ptr); 266 if (p->dealloc) 267 p->dealloc(ptr); 287 * @param dealloc destructor function 295 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) 305 p->dealloc = dealloc; 312 heim_type_dealloc dealloc, [all...] |
| /src/sys/arch/vax/boot/xxboot/ |
| bootxx.c | 377 dealloc(void *ptr, size_t size) function
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| verify.h | 208 uint8_t dealloc; member in struct:pgpv_mem_t
|
| /src/external/bsd/libevent/dist/ |
| event-internal.h | 115 void (*dealloc)(struct event_base *); member in struct:eventop
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event-internal.h | 115 void (*dealloc)(struct event_base *); member in struct:eventop
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| class.cc | 1079 gfc_code *dealloc, *block = NULL; local 1100 dealloc = gfc_get_code (EXEC_DEALLOCATE); 1102 dealloc->ext.alloc.list = gfc_get_alloc (); 1103 dealloc->ext.alloc.list->expr = e; 1104 dealloc->expr1 = gfc_lval_expr_from_sym (stat); 1122 cond->block->next = dealloc; 2421 gfc_symbol *dealloc = NULL, *arg = NULL; local 2708 gfc_get_symbol (name, sub_ns, &dealloc); 2709 sub_ns->proc_name = dealloc; 2710 dealloc->attr.flavor = FL_PROCEDURE [all...] |
| trans-expr.cc | 9542 tree dealloc = NULL_TREE; local 9553 dealloc = gfc_deallocate_alloc_comp (cm->ts.u.derived, se.expr, 9565 if (dealloc != NULL_TREE) 9566 gfc_add_expr_to_block (&block, dealloc); 10964 If you know that the LHS has no allocations, set dealloc to false. 10991 bool deep_copy, bool dealloc, bool in_coarray) 11041 if (dealloc) 12276 init_flag indicates initialization expressions and dealloc that no 12286 bool dealloc, bool use_vptr_copy, bool may_alias) 12533 if (dealloc && expr2->expr_type == EXPR_FUNCTIO [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| class.cc | 1013 gfc_code *dealloc, *block = NULL; local 1034 dealloc = gfc_get_code (EXEC_DEALLOCATE); 1036 dealloc->ext.alloc.list = gfc_get_alloc (); 1037 dealloc->ext.alloc.list->expr = e; 1038 dealloc->expr1 = gfc_lval_expr_from_sym (stat); 1056 cond->block->next = dealloc; 2292 gfc_symbol *dealloc = NULL, *arg = NULL; local 2579 gfc_get_symbol (name, sub_ns, &dealloc); 2580 sub_ns->proc_name = dealloc; 2581 dealloc->attr.flavor = FL_PROCEDURE [all...] |
| trans-expr.cc | 9045 tree dealloc = NULL_TREE; local 9056 dealloc = gfc_deallocate_alloc_comp (cm->ts.u.derived, se.expr, 9068 if (dealloc != NULL_TREE) 9069 gfc_add_expr_to_block (&block, dealloc); 10412 If you know that the LHS has no allocations, set dealloc to false. 10439 bool deep_copy, bool dealloc, bool in_coarray) 10489 if (dealloc) 11586 init_flag indicates initialization expressions and dealloc that no 11596 bool dealloc, bool use_vptr_copy, bool may_alias) 11818 if (dealloc && expr2->expr_type == EXPR_FUNCTIO [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| unordered_dense.h | 632 void dealloc() { function in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::segmented_vector 678 dealloc(); 692 dealloc();
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-attribs.cc | 554 { "*dealloc", 1, 2, true, false, false, false, 3333 tree dealloc = TREE_VALUE (args); local 3334 if (error_operand_p (dealloc)) 3342 STRIP_NOPS (dealloc); 3343 if (TREE_CODE (dealloc) == ADDR_EXPR) 3350 dealloc = TREE_OPERAND (dealloc, 0); 3353 tree attr = tree_cons (NULL_TREE, dealloc, TREE_CHAIN (args)); 3358 if (TREE_CODE (dealloc) != FUNCTION_DECL) 3360 if (TREE_CODE (dealloc) == OVERLOAD [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-attribs.cc | 610 { "*dealloc", 1, 2, true, false, false, false, 3656 tree dealloc = TREE_VALUE (args); local 3657 if (error_operand_p (dealloc)) 3665 STRIP_NOPS (dealloc); 3666 if (TREE_CODE (dealloc) == ADDR_EXPR) 3673 dealloc = TREE_OPERAND (dealloc, 0); 3676 tree attr = tree_cons (NULL_TREE, dealloc, TREE_CHAIN (args)); 3681 if (TREE_CODE (dealloc) != FUNCTION_DECL) 3683 if (TREE_CODE (dealloc) == OVERLOAD [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| libverify.c | 232 uint8_t dealloc; member in struct:pgpv_mem_t 477 mem->dealloc = UNMAP_MEM; 485 switch(mem->dealloc) { 550 mem->dealloc = FREE_MEM; 1294 unzmem->dealloc = FREE_MEM; 2361 mem->dealloc = 0; 2787 mem->dealloc = 0;
|