代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/357532/3014867

h t264enc.h

#define OUTPIN_BUFFER_SIZE (1024*1024) #include "..\common\t264.h" #include "IProp.h" #include "pullpin.h" #include "alloc.h" #include "splitter.h" class CT264Enc: public CTransformFilter,
www.eeworm.com/read/357532/3014957

h t264enc.h

#define OUTPIN_BUFFER_SIZE (1024*1024) #include "..\common\t264.h" #include "IProp.h" #include "pullpin.h" #include "alloc.h" #include "splitter.h" class CT264Enc: public CTransformFilter,
www.eeworm.com/read/259928/4335996

h bitmap_mask.h

#ifndef _BITMAP_MASK_H #define _BITMAP_MASK_H class bitmap_mask { byte* bitmap; int h; public: bitmap_mask(); ~bitmap_mask(); void alloc(int height); void free(); void set(int x, i
www.eeworm.com/read/258350/4357239

h otlutils.h

#ifndef __OTLAYOUT_UTILS_H__ #define __OTLAYOUT_UTILS_H__ #include "otlayout.h" OTL_BEGIN_HEADER OTL_LOCAL( OTL_Error ) otl_mem_alloc( OTL_Pointer* pblock, OTL_ULong size,
www.eeworm.com/read/367275/9763038

h mm.void.h

/* wrappers around alloc so I can keep track of them * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #ifndef MM_H #define MM_H #define do_noth
www.eeworm.com/read/367275/9763041

h mm.true.h

/* wrappers around alloc so I can keep track of them * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #ifndef MM_H #define MM_H void mm_tally(
www.eeworm.com/read/171077/9772342

h windw.h

//File Windw.h #include #include #include #include #include #include "Event.H" #define TRUE 1 #define FALSE 0 #define OK
www.eeworm.com/read/268889/11115625

h windw.h

//File Windw.h #include #include #include #include #include #include "Event.H" #define TRUE 1 #define FALSE 0 #define OK
www.eeworm.com/read/146696/12617732

c ch5_9.c

#include #include typedef struct node { int data; struct node *lchild,*rchild; }JD; JD *insertbst(JD *r,int x) { JD *p,*q,*s; s=(JD *)malloc(sizeof(JD)); s->d
www.eeworm.com/read/146696/12617798

c ch5_10.c

#include #include typedef struct node { int data; struct node *lchild,*rchild; }JD; JD *insertbst(JD *r,int x) { JD *p,*q,*s; s=(JD *)malloc(sizeof(JD)); s->d