代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/402480/2320869

c io_romio_req_malloc.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "adio.h" #include "adio_extern.h" stru
www.eeworm.com/read/402480/2321700

c memory_malloc_hooks_component.c

/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved.
www.eeworm.com/read/396640/2410793

svn-base jas_malloc.c.svn-base

/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2002 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LI
www.eeworm.com/read/396640/2410859

svn-base jas_malloc.h.svn-base

/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2002 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LI
www.eeworm.com/read/382594/2630048

vcproj pi_malloc_vc8.vcproj

www.eeworm.com/read/374687/2749119

patch portmap-02-4.0-malloc.patch

diff -urN portmap_4/daemon.c portmap_4.new/daemon.c --- portmap_4/daemon.c Thu Jun 11 13:53:12 1992 +++ portmap_4.new/daemon.c Mon Nov 29 18:37:28 1999 @@ -35,7 +35,9 @@ static char sccsid[] = "@(#)d
www.eeworm.com/read/366702/2877052

f90 malloc_free_1.f90

! Test for the MALLOC and FREE intrinsics ! If something is wrong with them, this test might segfault ! { dg-do run } integer j integer(kind=8) i8 do j = 1, 10000 i8 = malloc (10 * j) c
www.eeworm.com/read/167185/5464948

c maldie.c

#include /**********************************************************************/ /* function to just say malloc died */ /*************************
www.eeworm.com/read/207008/15284204

man gc.man

.TH GC_MALLOC 1L "2 October 2003" .SH NAME GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page,
www.eeworm.com/read/391005/8428487

c test.c

#include "my_malloc.h" main(void) { /*print_list();*/ char *p[200]; int i; for (i = 0; i < 20; i++) { p[i] = (char *)Malloc(8); printf("malloc %d, %X\n", i, p[i]); print_list(); } fo