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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
TODO 17 LocalAlloc
23 malloc, LocalAlloc and GlobalAlloc call HeapAlloc, which calls
patch_functions.cc 333 // TODO(csilvers): should we be patching GlobalAlloc/LocalAlloc instead,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
TODO 17 LocalAlloc
23 malloc, LocalAlloc and GlobalAlloc call HeapAlloc, which calls
patch_functions.cc 333 // TODO(csilvers): should we be patching GlobalAlloc/LocalAlloc instead,
    [all...]
  /external/chromium_org/base/win/
metro.cc 71 wchar_t* dest = reinterpret_cast<wchar_t*>(LocalAlloc(LPTR, dest_size));
metro.h 79 // Allocates and returns the destination string via the LocalAlloc API after
  /external/libvorbis/lib/
block.c 92 vb->localalloc=0;
115 if(bytes+vb->localtop>vb->localalloc){
125 vb->localalloc=bytes;
126 vb->localstore=_ogg_malloc(vb->localalloc);
149 vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc);
150 vb->localalloc+=vb->totaluse;
  /external/libvorbis/include/vorbis/
codec.h 108 long localalloc; member in struct:vorbis_block
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 136 m_pszMsg = (LPTSTR)LocalAlloc(0,32 *sizeof(TCHAR));
winbase.h     [all...]
  /external/chromium_org/tools/valgrind/drmemory/
suppressions_full.txt 46 KERNELBASE.dll!LocalAlloc
163 KERNELBASE.dll!LocalAlloc
503 KERNEL*.dll!LocalAlloc
509 KERNEL*.dll!LocalAlloc
515 KERNEL*.dll!LocalAlloc
541 KERNEL*.dll!LocalAlloc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libkernel32.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libkernel32.a     [all...]

Completed in 1263 milliseconds