HomeSort by relevance Sort by last modified time
    Searched full:g_memory (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/android/memconsumer/
memconsumer_hook.cc 34 static uint32_t* g_memory = NULL; local
35 if (g_memory)
36 free(g_memory);
38 g_memory = NULL;
41 g_memory = static_cast<uint32_t*>(malloc(memory));
42 if (!g_memory) {
49 while (!g_memory) {
51 g_memory = static_cast<uint32_t*>(malloc(memory));
54 *(g_memory + i) = get_random();

Completed in 78 milliseconds