Searched defs:sizep (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dmacgc.c43 void *_MD_GrowGCHeap(size_t *sizep) argument
46 size_t heapSize = *sizep;
67 *sizep = heapSize;
H A Dwin16gc.c56 _MD_GrowGCHeap(PRUint32 *sizep) argument
60 if( *sizep > MAX_SEGMENT_SIZE ) {
61 *sizep = MAX_SEGMENT_SIZE;
64 addr = malloc((size_t)*sizep);
H A Dos2gc.c57 void *_MD_GrowGCHeap(PRUint32 *sizep) argument
61 if ( *sizep > MAX_SEGMENT_SIZE )
63 *sizep = MAX_SEGMENT_SIZE;
66 addr = malloc((size_t)*sizep);
H A Dunixgc.c80 void *_MD_GrowGCHeap(PRUint32 *sizep) argument
85 size = *sizep;
H A Dwin32gc.c62 void *_MD_GrowGCHeap(PRUint32 *sizep) argument
86 size = *sizep;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c35 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, argument
49 if (sizep)
50 *sizep = size;

Completed in 2703 milliseconds