代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/212967/15144357

c alloc.c

/* * alloc.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 vid
www.eeworm.com/read/169697/5413958

h clog_const.h

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #if !defined( _CLOG_CONST ) #define _CLOG_CONST #include "mpe_logging_conf.h" #if defined( NEEDS_STDLIB
www.eeworm.com/read/167046/5470949

c realloc.c

/* * libc/stdlib/malloc/realloc.c -- realloc function * * Copyright (C) 2002 NEC Corporation * Copyright (C) 2002 Miles Bader * * This file is subject to the terms and condit
www.eeworm.com/read/267475/11177912

c xmalloc.c

/* Wrappers around malloc and memory debugging support. Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute it and/or
www.eeworm.com/read/112323/15489638

c alloc.c

/* * alloc.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 vid
www.eeworm.com/read/100237/15879795

c m_perror.c

/* * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil). * You may copy, distribute, and use this software as long as this * copyright statement is not removed. */ #ifndef lint static c
www.eeworm.com/read/100237/15879806

c m_init.c

/* * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil). * You may copy, distribute, and use this software as long as this * copyright statement is not removed. */ #include #in
www.eeworm.com/read/147331/5731155

h mhooks.h

/* Functions used by mcheck/mprobe */ extern void (*__malloc_initialize_hook) (void); extern void (*__free_hook) (void * __ptr, const void *); extern void * (*__malloc_hook) (size_t __size, const voi
www.eeworm.com/read/124347/6051090

h mhooks.h

/* Functions used by mcheck/mprobe */ extern void (*__malloc_initialize_hook) (void); extern void (*__free_hook) (void * __ptr, const void *); extern void * (*__malloc_hook) (size_t __size, const voi
www.eeworm.com/read/391005/8428471

makefile

all: test test: test.o my_malloc.o cc test.o my_malloc.o -o test test.o: test.c my_malloc.h my_malloc.o: my_malloc.c my_malloc.h