代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/205421/15316242

h stdfunc.h

/*SCCSID @(#)stdfunc.h 1.5 12/18/97 */ #ifndef STDFUNC_INCLUDE_H #define STDFUNC_INCLUDE_H int findfile(char *filename, int dir_flag); int findfilebynumber(int k); char *read_file(); void in
www.eeworm.com/read/163821/5509085

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/437523/7747265

h alloc.h

/**************************************************************************** * * ALi * * File: alloc.h * * Description: * * History: * Date Author V
www.eeworm.com/read/147331/5731799

c msizer.c

#include size_t _malloc_usable_size_r (struct _reent *ptr, void *mem) { return malloc_usable_size (mem); }
www.eeworm.com/read/124347/6051261

c msizer.c

#include size_t _malloc_usable_size_r (struct _reent *ptr, void *mem) { return malloc_usable_size (mem); }
www.eeworm.com/read/154848/11923134

c mcheck.c

/* Standard debugging hooks for `malloc'. Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistri
www.eeworm.com/read/207008/15284176

c trace_test.c

#include #define GC_DEBUG #include "gc.h" struct treenode { struct treenode *x; struct treenode *y; } * root[10]; struct treenode * mktree(int i) { struct treenode * r = GC_MALLO
www.eeworm.com/read/207008/15284253

h gc_local_alloc.h

/* * Copyright (c) 2000 by Hewlett-Packard Company. All rights reserved. * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. *
www.eeworm.com/read/290325/8489785

h dlmalloc.h

/* Default header file for malloc-2.7.0, written by Doug Lea and released to the public domain. Use, modify, and redistribute this code without permission or acknowledgement in any way you wish
www.eeworm.com/read/289710/8533794

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97