Searched refs:defaultMalloc (Results 1 – 1 of 1) sorted by relevance
629 static void*(*defaultMalloc)(int) = 0; /* The low-level malloc routine */ variable661 return defaultMalloc(nByte); in oomMalloc()670 defaultMalloc = mem.xMalloc; in registerOomSimulator()