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

  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 217 edata_t *alloc1 = pai_alloc(tsdn, &sec.pai, PAGE, PAGE, local
223 expect_ptr_eq(one_page[i], alloc1,
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 2408 int alloc1 = 0 ; local
2415 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2422 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2425 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2437 int alloc1 = 0 ; local
2444 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2451 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2454 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2466 int alloc1 = 0 ; local
2473 res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 2289 int alloc1 = 0 ; local
2292 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
2299 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2302 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2313 int alloc1 = 0 ; local
2316 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
2323 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2326 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2337 int alloc1 = 0 ; local
2340 res1 = SWIG_AsCharPtrAndSize(objv[1], &buf1, NULL, &alloc1);
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 3332 int alloc1 = 0 ; variable
3336 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
3343 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3346 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3357 int alloc1 = 0 ; variable
3361 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
3368 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3371 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
3382 int alloc1 = 0 ; variable
3386 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 2909 void *alloc1 = NULL;
2934 alloc1 = external_relocs;
2939 &alloc1, &alloc1_size,
2950 &alloc1, &alloc1_size,
2958 _bfd_munmap_temporary (alloc1, alloc1_size);
2966 _bfd_munmap_temporary (alloc1, alloc1_size);
2903 void *alloc1 = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 2871 void *alloc1 = NULL;
2896 alloc1 = external_relocs;
2901 &alloc1, &alloc1_size,
2912 &alloc1, &alloc1_size,
2920 _bfd_munmap_temporary (alloc1, alloc1_size);
2928 _bfd_munmap_temporary (alloc1, alloc1_size);
2865 void *alloc1 = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 2832 void *alloc1 = NULL;
2862 alloc1 = external_relocs;
2867 &alloc1, &alloc1_size,
2878 &alloc1, &alloc1_size,
2886 _bfd_munmap_temporary (alloc1, alloc1_size);
2894 _bfd_munmap_temporary (alloc1, alloc1_size);
2826 void *alloc1 = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 2818 void *alloc1 = NULL;
2848 alloc1 = external_relocs;
2853 &alloc1, &alloc1_size,
2864 &alloc1, &alloc1_size,
2872 _bfd_munmap_readonly_temporary (alloc1, alloc1_size);
2880 _bfd_munmap_readonly_temporary (alloc1, alloc1_size);
2812 void *alloc1 = NULL; local

Completed in 98 milliseconds