Re: Help with growing memory

2006-03-24 Thread Alberto Manuel Brandão Simões
Problem not related with this code. Thanks anyway :) Alberto Alberto Manuel Brandão Simões wrote: Hi I am working with XS, and creating an array. It is basically something like: array = newAV(); av_push(array, newSVuv(dictionary_get_occ(D, wid))); for (j = 0; j < MA

Re: Help with growing memory

2006-03-24 Thread Salvador Fandino
Marcus Holland-Moritz wrote: > On 2006-03-23, at 15:22:01 +, Alberto Manuel Brandão Simões wrote: > > >>Hi >> >>I am working with XS, and creating an array. It is basically something like: >> >> array = newAV(); >> av_push(array, newSVuv(dictionary_get_occ(D, wid))); >> >>

Re: Help with growing memory

2006-03-23 Thread Marcus Holland-Moritz
On 2006-03-23, at 15:22:01 +, Alberto Manuel Brandão Simões wrote: > Hi > > I am working with XS, and creating an array. It is basically something like: > > array = newAV(); > av_push(array, newSVuv(dictionary_get_occ(D, wid))); > > for (j = 0; j < MAXENTRY; j++)

Help with growing memory

2006-03-23 Thread Alberto Manuel Brandão Simões
Hi I am working with XS, and creating an array. It is basically something like: array = newAV(); av_push(array, newSVuv(dictionary_get_occ(D, wid))); for (j = 0; j < MAXENTRY; j++) { twid = 0; prob = 0.0; twid = dictionary_get_id(D, wi