代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/132748/5910156
h malloc.h
#ifndef _HACK_MALLOC_H_
#define _HACK_MALLOC_H_
#include
#include
static inline void *kmalloc (size_t sz, int ignored) { return malloc (sz); }
static inline void kfree (void
www.eeworm.com/read/132747/5910215
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#include
#ifndef MACH_INCLUDE
#define kmalloc linux_kmalloc
#define kfree linux_kfree
#define kfree_s linux_kfree_s
#endif
extern voi
www.eeworm.com/read/132747/5910451
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#include
void * kmalloc(unsigned int size, int priority);
void kfree(void * obj);
#define kfree_s(a,b) kfree(a)
#endif /* _LINUX_MALLOC
www.eeworm.com/read/132069/5923882
h malloc.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the files incl
www.eeworm.com/read/131315/5930700
3 malloc.3
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" the American Nationa
www.eeworm.com/read/131315/5930728
c malloc.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/131315/5932270
h malloc.h
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/131315/5933770
h malloc.h
/* $Header: malloc.h,v 2.1 88/09/19 12:56:27 nhall Exp $ */
/* $Source: /var/home/tadl/src/argo/xebec/RCS/malloc.h,v $ */
char *Malloc();
www.eeworm.com/read/131315/5933779
c malloc.c
/* $Header: malloc.c,v 2.2 88/09/19 12:55:18 nhall Exp $ */
/* $Source: /var/home/tadl/src/argo/xebec/RCS/malloc.c,v $ */
/*
* This code is such a kludge that I don't want to put my name on it.
* It
www.eeworm.com/read/131315/5935918
c malloc.c
/* $RCSfile: malloc.c,v $$Revision: 4.0.1.4 $$Date: 92/06/08 14:28:38 $
*
* $Log: malloc.c,v $
* Revision 4.0.1.4 92/06/08 14:28:38 lwall
* patch20: removed implicit int declarations on functio