Searched refs:Pfobj_t (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c55 Pfobj_t* region; /* pointer to region record */
62 { Pfobj_t* next; /* next in linked list */
71 static Pfobj_t** Pftable; /* hash table */
76 static Pfobj_t* pfsearch(Vmalloc_t* vm, char* file, int line)
78 static Pfobj_t* pfsearch(vm, file, line)
84 reg Pfobj_t *pf, *last;
90 return NIL(Pfobj_t*);
94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
95 return NIL(Pfobj_t*);
[all...]
H A Dvmhdr.h101 typedef struct _pfobj_s Pfobj_t; typedef in typeref:struct:_pfobj_s
242 Pfobj_t* pf; /* profile structure pointer */
390 ** _pf_: pointer to the corresponding Pfobj_t struct
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c41 typedef struct _pfobj_s Pfobj_t; typedef in typeref:struct:_pfobj_s
54 Pfobj_t* next;
57 { Pfobj_t* list;
61 { Pfobj_t* obj; /* keys representing blocks */
148 sz = sizeof(Pffile_t) + n*sizeof(Pfobj_t) + k*sizeof(Pftab_t) + blsz;
153 { pf->obj = (Pfobj_t*)(pf + 1);
178 Pfobj_t *obj, *endo;
263 Pfobj_t *o;

Completed in 16 milliseconds