HomeSort by relevance Sort by last modified time
    Searched refs:StrNDup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
allocation.h 74 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
77 char* StrNDup(const char* str, int n);
allocation.cc 76 char* StrNDup(const char* str, int n) {

Completed in 777 milliseconds