代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/316872/3596906

h pgalloc_32.h

#ifndef _I386_PGALLOC_H #define _I386_PGALLOC_H #include #include /* for struct page */ #ifdef CONFIG_PARAVIRT #include #else #define paravirt_alloc_
www.eeworm.com/read/316872/3600316

h atari_stram.h

#ifndef _M68K_ATARI_STRAM_H #define _M68K_ATARI_STRAM_H /* * Functions for Atari ST-RAM management */ /* public interface */ void *atari_stram_alloc(long size, const char *owner); void atari_stram
www.eeworm.com/read/316872/3603389

h devdma.h

void devdma_hw_free(struct device *dev, struct snd_pcm_substream *substream); int devdma_hw_alloc(struct device *dev, struct snd_pcm_substream *substream, size_t size); int devdma_mmap(struct device *
www.eeworm.com/read/298176/3873361

c xcopy.c

#include #include #include #include #include #include #include #include void copy(void); void copyaction(void);
www.eeworm.com/read/298155/3874431

dat funtc282b.dat

#include #include #include int main(void) { char *string1 = "1234567890"; char *string2 = "123DC8"; int length; length = strspn(string1, string2)
www.eeworm.com/read/298155/3874800

dat funtc269b.dat

#include #include #include int main(void) { char *string1 = "1234567890"; char *string2 = "747DC8"; int length; length = strcspn(string1, string2
www.eeworm.com/read/292705/3947318

h atari_stram.h

#ifndef _M68K_ATARI_STRAM_H #define _M68K_ATARI_STRAM_H /* * Functions for Atari ST-RAM management */ /* public interface */ void *atari_stram_alloc(long size, const char *owner); void atari_stram
www.eeworm.com/read/289126/3995705

h sfeventq.h

#ifndef __SF_EVENTQ_H__ #define __SF_EVENTQ_H__ void *sfeventq_event_alloc(void); void sfeventq_reset(void); int sfeventq_add(void *event); int sfeventq_action(int (*action_func)(void *event, vo
www.eeworm.com/read/440906/1781506

c 920410-1.c

int alloc_float(f) float f; { union { float f; int i; } u; u.f=f; return u.i&~1; } float c_float(int obj) { union { float f; int i; } u; u.i=obj;
www.eeworm.com/read/439082/1817346

h atari_stram.h

#ifndef _M68K_ATARI_STRAM_H #define _M68K_ATARI_STRAM_H /* * Functions for Atari ST-RAM management */ /* public interface */ void *atari_stram_alloc(long size, const char *owner); void atari_stram