Searched refs:sizep (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
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 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 Dmacgc.c43 void *_MD_GrowGCHeap(size_t *sizep) argument
46 size_t heapSize = *sizep;
67 *sizep = heapSize;
H A Dwin32gc.c62 void *_MD_GrowGCHeap(PRUint32 *sizep) argument
86 size = *sizep;
H A Dunixgc.c80 void *_MD_GrowGCHeap(PRUint32 *sizep) argument
85 size = *sizep;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16gc.c72 _MD_GrowGCHeap(uint32 *sizep)
76 if( *sizep > MAX_SEGMENT_SIZE ) {
77 *sizep = MAX_SEGMENT_SIZE;
80 addr = malloc((size_t)*sizep);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dgcint.h117 extern void *_MD_GrowGCHeap(PRUint32 *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 1285 milliseconds