代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/297233/8038620

h xm-next.h

#include "m68k/xm-m68k.h" /* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ())
www.eeworm.com/read/297233/8039645

h xm-next.h

#include "i386/xm-i386.h" /* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ())
www.eeworm.com/read/304114/13800151

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/303425/13816429

c memusage.c

#include #include #include #ifdef __APPLE__ #include #else #include #endif #include "memusage.h" /** \brief get the current memory usa
www.eeworm.com/read/302488/13833806

h mygzip.h

/***************************************** Copyright (c) 2001-2002 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************/ /* This is file
www.eeworm.com/read/147331/5731439

c mtrimr.c

#include void * _malloc_trim_r (struct _reent *ptr, size_t pad) { return 0; }
www.eeworm.com/read/147331/5732675

c calloc.c

#ifdef MALLOC_PROVIDED int _dummy_calloc = 1; #else /* FUNCTION ---allocate space for arrays INDEX calloc INDEX _calloc_r ANSI_SYNOPSIS #include void *calloc(size_t ,
www.eeworm.com/read/143791/5754424

c uboot_skb.c

/* * Definitions for the 'struct sk_buff' memory handlers in U-Boot. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who co
www.eeworm.com/read/143791/5755126

c uboot_skb.c

/* * Definitions for the 'struct sk_buff' memory handlers in U-Boot. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who co
www.eeworm.com/read/140467/5789254

c uboot_skb.c

/* * Definitions for the 'struct sk_buff' memory handlers in U-Boot. * * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who co