代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/179864/9334287

h malloc.h

www.eeworm.com/read/177902/9427248

h malloc.h

www.eeworm.com/read/177819/9431137

c malloc.c

/* rpl_malloc.c -- a replacement for malloc that don't accept 0 size Copyright (C) 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/373012/9479556

c malloc.c

#define RCSID "$Id: Malloc.c,v 1.9 2006/02/26 00:42:52 geuzaine Exp $" /* * Copyright (C) 1997-2006 P. Dular, C. Geuzaine * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/373012/9479568

h malloc.h

/* * Copyright (C) 1997-2006 P. Dular, C. Geuzaine * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
www.eeworm.com/read/372465/9509731

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc
www.eeworm.com/read/175933/9525277

test malloc.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/371112/9565384

dsp malloc.dsp

# Microsoft Developer Studio Project File - Name="malloc" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) St
www.eeworm.com/read/371087/9569017

dsp malloc.dsp

# Microsoft Developer Studio Project File - Name="malloc" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) St
www.eeworm.com/read/366616/9807043

test malloc.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo