代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/273778/4192214
h malloc.h
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.9 $
*
* This is free software. You are permitted to use,
* redistribute, and modif
www.eeworm.com/read/273778/4192271
c malloc.c
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.12 $
*
* This is free software. You are permitted to use,
* redistribute, and modi
www.eeworm.com/read/273778/4192301
h malloc.h
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.9 $
*
* This is free software. You are permitted to use,
* redistribute, and modif
www.eeworm.com/read/273778/4192414
c malloc.c
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.12 $
*
* This is free software. You are permitted to use,
* redistribute, and modi
www.eeworm.com/read/273778/4192449
h malloc.h
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.9 $
*
* This is free software. You are permitted to use,
* redistribute, and modif
www.eeworm.com/read/273778/4192572
c malloc.c
/*
* GeekOS memory allocation API
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.12 $
*
* This is free software. You are permitted to use,
* redistribute, and modi
www.eeworm.com/read/272963/4213824
h malloc.h
/* malloc.h
memory management functions and variables.
Copyright (c) 1991 by Borland International
All Rights Reserved.
*/
#if !defined(__MALLOC_H)
#define __MALLOC_H
#if !
www.eeworm.com/read/450406/1670737
d malloc.d
.\Obj\malloc.o: ..\user\malloc.c
.\Obj\malloc.o: ..\user\config.h
.\Obj\malloc.o: ..\library\inc\stm32f10x_lib.h
.\Obj\malloc.o: ..\library\inc\stm32f10x_map.h
.\Obj\malloc.o: ..\user\stm32f10x_co
www.eeworm.com/read/446305/1713526
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#include
#ifdef CONFIG_DEBUG_MALLOC
#define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b)
#define kfree_s(a,b) deb_kfree_s(_
www.eeworm.com/read/440906/1773422
h malloc.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/malloc.h"
This had to be done to correct non-standard usages in the
original, manufacturer sup