HomeSort by: relevance | last modified time | path
    Searched defs:alloc2 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 220 edata_t *alloc2 = pai_alloc(tsdn, &sec.pai, 2 * PAGE, PAGE, local
225 expect_ptr_eq(two_page[i], alloc2,
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 2500 int alloc2 = 0 ; local
2517 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
2535 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2541 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2559 int alloc2 = 0 ; local
2574 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
2587 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2592 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2608 int alloc2 = 0 ; local
2620 res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
2648 int alloc2 = 0 ; local
2696 int alloc2 = 0 ; local
2737 int alloc2 = 0 ; local
2833 int alloc2 = 0 ; local
2873 int alloc2 = 0 ; local
2922 int alloc2 = 0 ; local
2961 int alloc2 = 0 ; local
3001 int alloc2 = 0 ; local
3052 int alloc2 = 0 ; local
3122 int alloc2 = 0 ; local
3185 int alloc2 = 0 ; local
3273 int alloc2 = 0 ; local
3337 int alloc2 = 0 ; local
3511 int alloc2 = 0 ; local
3674 int alloc2 = 0 ; local
3740 int alloc2 = 0 ; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 2366 int alloc2 = 0 ; local
2379 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2);
2396 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2400 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2416 int alloc2 = 0 ; local
2427 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2);
2439 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2443 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2458 int alloc2 = 0 ; local
2466 res2 = SWIG_AsCharPtrAndSize(objv[2], &buf2, NULL, &alloc2);
2511 int alloc2 = 0 ; local
2543 int alloc2 = 0 ; local
2575 int alloc2 = 0 ; local
2607 int alloc2 = 0 ; local
2639 int alloc2 = 0 ; local
2672 int alloc2 = 0 ; local
2714 int alloc2 = 0 ; local
2775 int alloc2 = 0 ; local
2829 int alloc2 = 0 ; local
2904 int alloc2 = 0 ; local
2959 int alloc2 = 0 ; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 3412 int alloc2 = 0 ; variable
3429 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3446 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3450 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3466 int alloc2 = 0 ; variable
3480 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3492 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3496 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3511 int alloc2 = 0 ; variable
3521 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3546 int alloc2 = 0 ; variable
3588 int alloc2 = 0 ; variable
3624 int alloc2 = 0 ; variable
3708 int alloc2 = 0 ; variable
3743 int alloc2 = 0 ; variable
3788 int alloc2 = 0 ; variable
3822 int alloc2 = 0 ; variable
3857 int alloc2 = 0 ; variable
3902 int alloc2 = 0 ; variable
3968 int alloc2 = 0 ; variable
4026 int alloc2 = 0 ; variable
4108 int alloc2 = 0 ; variable
4167 int alloc2 = 0 ; variable
4323 int alloc2 = 0 ; variable
4469 int alloc2 = 0 ; variable
4529 int alloc2 = 0 ; variable
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 2911 Elf_Internal_Rela *alloc2 = NULL;
2929 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2960 /* Don't free alloc2, since if it was allocated we are passing it
2967 free (alloc2);
2905 Elf_Internal_Rela *alloc2 = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 2873 Elf_Internal_Rela *alloc2 = NULL;
2891 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2922 /* Don't free alloc2, since if it was allocated we are passing it
2929 free (alloc2);
2867 Elf_Internal_Rela *alloc2 = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 2834 Elf_Internal_Rela *alloc2 = NULL;
2852 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size);
2857 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2888 /* Don't free alloc2, since if it was allocated we are passing it
2895 if (alloc2 != NULL)
2898 bfd_release (abfd, alloc2);
2900 free (alloc2);
2828 Elf_Internal_Rela *alloc2 = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 2820 Elf_Internal_Rela *alloc2 = NULL;
2838 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size);
2843 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_malloc (size);
2874 /* Don't free alloc2, since if it was allocated we are passing it
2881 if (alloc2 != NULL)
2884 bfd_release (abfd, alloc2);
2886 free (alloc2);
2814 Elf_Internal_Rela *alloc2 = NULL; local

Completed in 79 milliseconds