Displaying 2 results from an estimated 2 matches for "rheap".
Did you mean:
heap
2005 Nov 16
1
Crash in mdct_forward
Hello all,
I am playing around, trying to get an OggVorbis encoder
implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
User::Panic(const TDesC16 &, int)
In the case here the free call is doing something very bad
(like for example freeing some memory already freed). Hence the crash.
Perhaps my enti...
2005 Nov 16
1
Crash in mdct_forward
Hello all,
I am playing around, trying to get an OggVorbis encoder
implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
User::Panic(const TDesC16 &, int)
In the case here the free call is doing something very bad
(like for example freeing some memory already freed). Hence the crash.
Perhaps my enti...