代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/192449/5155818
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/192449/5155920
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/192449/5155945
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/192449/5156002
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/192449/5156032
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/192449/5156145
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/192449/5156180
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/192449/5156303
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/190666/5171564
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
www.eeworm.com/read/189477/5192685
c malloc.c
#include
#include
#include
void *malloc(size_t __size)
{
void *__res;
__asm__ __volatile__("int $0x28":"=a" (__res):"a" (__MALLOC_NR),"b" (__