#include "game_types.h"

/* Mem_Alloc @ 0x08015508 (real 2B) -- no-op allocator stub (returns immediately). Mirrors src/matched/Mem_Alloc.c. */
/* Allocator stub: optimized to a bare return; callers pass args through. */
void Mem_Alloc(void)
{
}
