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

  /external/libxml2/
testOOM.c 80 static struct buffer *buffer_create (size_t init_len)
86 if (init_len) {
87 b->str = malloc (init_len);
94 b->max = init_len;
  /external/v8/src/builtins/
builtins-array.cc     [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 1109 init_len(Py_buffer *base) function
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 571 init_len(Py_buffer *view) function
    [all...]

Completed in 220 milliseconds