General > Discussion

Optimization bug connected with language file

<< < (2/5) > >>

Mattn:
maybe try to run some profiler and let us know where the bottleneck is - that would really help to track this issue down.

noob:
i am not a programmist, user only =(
so i really dont know how to locate memory leaks in windows
visual project is broken so i cant use this

#define CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>

its some kinda of memory debugger as some peoples said on some forums for visual c++ (if i understand right)
valgrind is only for linux...

mb i should use gdb somehow..., if youll help me to find good tool and say what to do ill try to locate this bug

i have also prog BoundsChecker 6.51 but dont know how to use it...(it's the best for windows as many said)
it doesnt see source of ufoai and it needs some kinda to locate them for this prog

about dev c++ memory debuggers i didnt find anything at all

Mattn:
i don't think that this is a memleak... i suppose this is only about finding the slow part of your font rendering code

noob:
maybe... i am not a programmist so dont know, mb there is a way somehow to free memory after rendering text, all constants which was used something like free(all);
mb i said something stupid because dont know c++ =)

noob:
tried last svn.. lol but its not fixed yet

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version