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

  /external/valgrind/main/VEX/switchback/
linker.c 60 static HChar mymalloc_area[MYMALLOC_MAX]; variable
66 while ((ULong)(mymalloc_area+mymalloc_used) & 0xFFF)
68 while ((UInt)(mymalloc_area+mymalloc_used) & 0xFFF)
72 p = (void*)(&mymalloc_area[mymalloc_used]);
    [all...]

Completed in 497 milliseconds