• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

memory

  1. Luashine

    [Lua] Process memory leaking at high GC pressure

    Disclaimer: This is not something you would ever encounter under normal circumstances. TLDR: At very high GC pressure processes' memory will grow. If the GC catches up, the memory will not be released to OS. I'm currently attempting to debug a memory leak in a big trigger-heavy map I'm porting...
  2. Knight of Arsford

    Global Experience for Party (Memory Leak Question)

    Since an active RPG party in my project can only have a limited number of members in it at a time, and the other followers are disabled, there would be a problem where the more active party members would have higher levels than the rest. I'm trying to figure out a system where quests give all...
  3. Uncle

    [Solved] When to null a variable?

    Hello, I was reading about leaks and I didn't quite fully grasp when I should null a Unit variable and other Object variables. Here are some examples of what I'm currently doing: Example 1 Events Unit - A unit Starts the effect of an ability Conditions (Ability being...
  4. Lions_Blood

    Zombie Defense Custom (Need a professional for Solving Leaks)

    Zombie Defense Custom This Project is one of my great Life works... Sadly, due to the lack of knowledge i have with triggering in GUI and JASS i have been unable to figure out what is causing people to get FATAL ERRORS if anyone out there wants to help me finish this artistic creation of mine...
  5. DracoL1ch

    Memory Hack API (description)

    I've provided a .j file with basic functions and tons of API, most of which went undocumented, so people started to ask questions. I'll try to comment every function I put there to somehow clear things out. Common questions Q: This function doesn't work with address, should I put handle...
  6. DracoL1ch

    Memory hack

    Memory hack, basement and basic functions by @leandrotp Extended API by DracoL1ch Memory hooks, DLL, direct function calls by Karaul0v What is it? An innate WC3 tool which allows to access any data within user's PC. You can read and write any memory you want, except when it comes to inner...
  7. IcemanBo

    Memory Leaks

    C0Memory leaks For a quick lookup on most important actions, read Things That Leak. Introduction Object Leaks Reference Leaks Miscellaneous Conclusion C1Introduction If your computer's memory keeps occupied with stuff you already lost access to, it's called memory leak. It slows down the...
Top