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

  /external/v8/src/
allocation.h 124 // and StrNDup uses new and calls the FatalProcessOutOfMemory handler
127 char* StrNDup(const char* str, int n);
allocation.cc 91 char* StrNDup(const char* str, int n) {

Completed in 27 milliseconds