HomeSort by: relevance | last modified time | path
    Searched refs:alloc1 (Results 1 - 10 of 10) 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/external/bsd/jemalloc.old/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/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
bitmapped_block.d 1720 auto alloc1 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, Yes.multiblock)(1024 * 1024);
1722 testAlloc(alloc1, 2 * blockSize);
  /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.old/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/dist/bfd/
elflink.c 2894 void *alloc1 = NULL;
2919 alloc1 = external_relocs;
2924 &alloc1, &alloc1_size,
2935 &alloc1, &alloc1_size,
2943 _bfd_munmap_temporary (alloc1, alloc1_size);
2951 _bfd_munmap_temporary (alloc1, alloc1_size);
2888 void *alloc1 = NULL; local

Completed in 79 milliseconds