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