First off, don't use ATK. There's no point. If you wanted to use a task killer (which I don't recommend), MIUI has one built in.
Secondly, since ATK is pointless, relying on it is will do nothing. Always check dmesg:
Code:
<6>[ 0.000000] Initializing cgroup subsys cpu
<5>[ 0.000000] Linux version 2.6.32.9-perf (ikarosdev@chaos76) (gcc version 4.4.0 (GCC) ) #1 PREEMPT Sun Oct 30 13:44:23 CDT 2011
<4>[ 0.000000] CPU: ARMv7 Processor [511f00f2] revision 2 (ARMv7), cr=10c53c7f
<4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
<4>[ 0.000000] Machine: TRIUMPH
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<5>[ 0.000000] Ignoring RAM at 80000000-8003ffff (vmalloc region overlap).
<7>[ 0.000000] On node 0 totalpages: 113664
<7>[ 0.000000] Normal zone: 1532 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 112132 pages, LIFO batch:31
<6>[ 0.000000] allocating 5242880 bytes at c1024000 (1224000 physical) for fb
<6>[ 0.000000] allocating 2097152 bytes at c1524000 (1724000 physical) for audio pmem arena
<6>[ 0.000000] allocating 2097152 bytes at c1724000 (1924000 physical) for KGSL
<6>[ 0.000000] allocating 6291456 bytes at c1a00000 (1c00000 physical) for kernel ebi1 pmem arena
<6>[ 0.000000] allocating 24117248 bytes at c2000000 (2200000 physical) for sf pmem arena
<6>[ 0.000000] allocating 33554432 bytes at c7e00000 (8000000 physical) for adsp pmem arena
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 112132
<5>[ 0.000000] Kernel command line: console=ttyMSM1 androidboot.hardware=triumph androidboot.emmc=true
<6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[B]<6>[ 0.000000] Memory: 60MB 128MB 256MB = 444MB total [/B]
<5>[ 0.000000] Memory: 368768KB available (7056K code, 2012K data, 188K init, 0K highmem)
<6>[ 0.000000] Hierarchical RCU implementation.
<6>[ 0.000000] NR_IRQS:566
As I already stated in the first post, MIUI required the move up the VMSPLIT3G. There was
some memory allocation problems because of this, but I got most of it back. The ROM will occupy some memory space as well the GPU (among other hardware). On a fresh install, my memory shows: 82 used; 254 free (about 340 mb). This is normal (for MIUI, at least).
If you were curious about the pic, the "About Phone" section is a (mostly) static assessment of the phone's hardware. It shows 512 mb because that's how much total RAM the Triumph has.