代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6022506
c user_mem.c
/*
* Copyright (c) 1996, 1998, 1999, 2001 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "ope
www.eeworm.com/read/125688/6022513
c user_crt.c
/*
* Copyright (c) 2001 The University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open source;" you
www.eeworm.com/read/125569/6027920
c memp.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi
www.eeworm.com/read/111374/6155463
h mem_align.h
#ifndef _MEM_ALIGN_H_
#define _MEM_ALIGN_H_
#include "../portab.h"
void *xvid_malloc(size_t size, uint8_t alignment);
void xvid_free(void *mem_ptr);
#endif /* _MEM_ALIGN_H_ */
www.eeworm.com/read/110972/6162158
h mem_align.h
#ifndef _MEM_ALIGN_H_
#define _MEM_ALIGN_H_
#include "../portab.h"
void *xvid_malloc(size_t size, uint8_t alignment);
void xvid_free(void *mem_ptr);
#endif /* _MEM_ALIGN_H_ */
www.eeworm.com/read/110034/6166310
flash2 ld.sys.big.flash2
OUTPUT_FORMAT("elf32-bigmips")
OUTPUT_ARCH(mips)
ENTRY(XferToRam)
SECTIONS
{
. = 0xBF000000;
.got : {*(.got)}
.reset : {
xfer.o
}
kernel_location_start = 0x80100000;
. = 0x80400000;
www.eeworm.com/read/409898/11307608
cc libgcc2.cc
// File: libgcc2.cc
/*
Copyright (c) 1998-1999 Murphy Cheng-Che Chen. All Rights Reserved.
This software is provided "AS IS," without a warranty of any kind. ALL
EXPRESS OR IMPLIED CONDITIO
www.eeworm.com/read/409112/11348528
c main.c
/*************************************Seekfor Embedded DOS v1.0***************************************************
****** *** ***** ****
www.eeworm.com/read/158283/11628360
test async2.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/150696/12270960
c mulalloc.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* Malloc many pointers at the same time */
/*